COLOR #90DDF0

HEX: #90DDF0
RGB: (144,221,240)

Color info

#90DDF0 contains mainly green and blue colors. Web safe color of #90DDF0 is #99CCFF (or #9CF).

RGB color model

#90DDF0 color RGB value is (144,221,240).

  • red value is 144;
  • green value is 221;
  • blue value is 240.
RGB:
(144,221,240)
(56%,87%,94%)

RGB channels and saturation

R 144 of 255 = 56%
G 221 of 255 = 87%
B 240 of 255 = 94%

144
221
240

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

Portions of RGB colors in percentages

R + G + B =
144 + 221 + 240 = 605 (100%)
R 144 of 605 ~ 23.8%
G 221 of 605 ~ 36.53%
B 240 of 605 ~ 39.67%

%23.8
%36.53
%39.67

CMYK color model

#90DDF0 color CMYK value is (40,8,0,6).

  • cyan value is 40.00%
  • magenta value is 7.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(40,8,0,6)
C40M8Y0K6 
(40%,8%,0%,6%)
(0.40/0.08/0.00/0.06)	

CMYK percentages

%40
%7.92
%0
%5.88

Codes

Color #90DDF0 in popluar color models

90DDF0
RGB144221240
HSL192°76.19%75.29%
HSB/HSV192°40.00%94.12%
CMYK40.00%7.92%0.00%
5.88%

Color #90DDF0 in popluar number systems.

HEX90DDF0
Decimal144221240
Binary100100001101110111110000
Octal220335360

Shades and tints

Shades of #90DDF0

#90DDF0
(144,221,240)
#83C9DB
(131,201,219)
#76B5C6
(118,181,198)
#69A1B1
(105,161,177)
#5C8D9C
(92,141,156)
#4F7987
(79,121,135)
#426572
(66,101,114)
#35515D
(53,81,93)
#283D48
(40,61,72)
#1B2933
(27,41,51)
#0E151E
(14,21,30)
#000000
(0,0,0)

Tints of #90DDF0

#90DDF0
(144,221,240)
#9AE0F1
(154,224,241)
#A4E3F2
(164,227,242)
#AEE6F3
(174,230,243)
#B8E9F4
(184,233,244)
#C2ECF5
(194,236,245)
#CCEFF6
(204,239,246)
#D6F2F7
(214,242,247)
#E0F5F8
(224,245,248)
#EAF8F9
(234,248,249)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DDF0; }

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

This text font color is #90DDF0.


Background Color

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

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

This div background color is #90DDF0.


Border color

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

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

This div border color is #90DDF0.


Opacity

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

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

Text with #90DDF0 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 #90DDF0;}

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

This text has shadow with #90DDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DDF0 on black background.


Color preview on white background

This text has color #90DDF0 on white background.



Black color preview on #90DDF0 background

This text has black color on #90DDF0 background.


White color preview on #90DDF0 background

This text has white color on #90DDF0 background.