COLOR #90DDEE

HEX: #90DDEE
RGB: (144,221,238)

Renk bilgisi

#90DDEE contains mainly green and blue colors. #90DDEE ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#90DDEE color RGB value is (144,221,238).

  • kırmız ton 144;
  • yeşil ton 221;
  • mavi ton 238.
RGB:
(144,221,238)
(56%,87%,93%)

RGB bağlantıları ve doygunluk

R 144 of 255 = 56%
G 221 of 255 = 87%
B 238 of 255 = 93%

144
221
238

R + G + B ~ 79%. #90DDEE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
144 + 221 + 238 = 603 (100%)
R 144 of 603 ~ 23.88%
G 221 of 603 ~ 36.65%
B 238 of 603 ~ 39.47%

%23.88
%36.65
%39.47

CMYK RENK MODELİ

#90DDEE rengi CMYK tonu (39,7,0,7).

  • camgöbeği tonu 39.50%
  • eflatun tonu 7.14%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(39,7,0,7)
C39M7Y0K7 
(39%,7%,0%,7%)
(0.39/0.07/0.00/0.07)	

CMYK yüzdeleri

%39.5
%7.14
%0
%6.67

Codes

Color #90DDEE in popluar color models

90DDEE
RGB144221238
HSL191°73.44%74.90%
HSB/HSV191°39.50%93.33%
CMYK39.50%7.14%0.00%
6.67%

Color #90DDEE in popluar number systems.

HEX90DDEE
Decimal144221238
Binary100100001101110111101110
Octal220335356

Shades and tints

Shades of #90DDEE

#90DDEE
(144,221,238)
#83C9D9
(131,201,217)
#76B5C4
(118,181,196)
#69A1AF
(105,161,175)
#5C8D9A
(92,141,154)
#4F7985
(79,121,133)
#426570
(66,101,112)
#35515B
(53,81,91)
#283D46
(40,61,70)
#1B2931
(27,41,49)
#0E151C
(14,21,28)
#000000
(0,0,0)

Tints of #90DDEE

#90DDEE
(144,221,238)
#9AE0EF
(154,224,239)
#A4E3F0
(164,227,240)
#AEE6F1
(174,230,241)
#B8E9F2
(184,233,242)
#C2ECF3
(194,236,243)
#CCEFF4
(204,239,244)
#D6F2F5
(214,242,245)
#E0F5F6
(224,245,246)
#EAF8F7
(234,248,247)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90DDEE color. Also use rgb(144,221,238) instead hex code.

Text Font Color

.myTextColor { color: #90DDEE; }

<p style="color:#90DDEE">This sample text font color is #90DDEE.</p>

This text font color is #90DDEE.


Background Color

.myBgColor { background-color: #90DDEE; }

<div style="background-color:#90DDEE">Inner text</div>

This div background color is #90DDEE.


Border color

.myBorderColor { border: 1px solid #90DDEE; }

<div style="border:3px solid #90DDEE">Div</div>

This div border color is #90DDEE.


Opacity

.myOpacity80 { color: #90DDEE; opacity: 0.8; }

<p style="color:#90DDEE;opacity:0.8;">80%</p>

Text with #90DDEE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90DDEE;}

<p style="text-shadow: 3px 3px 1px #90DDEE">Text here.</p>

This text has shadow with #90DDEE color.

.textShadow {text-shadow: 3px 3px 1px #90DDEE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90DDEE, 5px 5px 20px red">Text here.</p>

This text has shadow with #90DDEE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90DDEE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90DDEE, Direction=45, Strength=4)">Text</p>

This text has shadow with #90DDEE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #90DDEE;
  -webkit-box-shadow:	1px 1px 3px 2px #90DDEE;
  box-shadow:		1px 1px 3px 2px #90DDEE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90DDEE;
-webkit-box-shadow: 1px 1px 3px 2px #90DDEE;
box-shadow:1px 1px 3px 2px #90DDEE;">
Div content here</div>
This div box has shadow with color #90DDEE.

Preview

Color preview on black background

This text has color #90DDEE on black background.


Color preview on white background

This text has color #90DDEE on white background.



Black color preview on #90DDEE background

This text has black color on #90DDEE background.


White color preview on #90DDEE background

This text has white color on #90DDEE background.