#90E9F2

Color #90E9F2 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #90E9F2

Tints of Blizzard Blue #90E9F2

Color information

#90E9F2 (or 0x90E9F2) is unknown color: approx Blizzard Blue. HEX triplet: 90, E9 and F2. RGB value is (144,233,242). Sum of RGB (Red+Green+Blue) = 144+233+242=619 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.26% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #90E9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E9F2 is #6F160D. Grayscale: #CFCFCF. Windows color (decimal): -7280142 or 15919504. OLE color: 15919504.

HSL color Cylindrical-coordinate representation of color #90E9F2: hue angle of 185.51º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90E9F2 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144233242-
CMYK0.400.0400.05
HSL185.51º79.03%75.69%-
HSV(B)185.51º40.5%94.9%-
XYZ56.6770.6294.65-
YUV207.42147.5182.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 23.26%
GREEN value IS 233 (91.41% from 255) = 37.64%
BLUE value IS 242 (94.92% from 255) = 39.10%
R=23.26%
G=37.64%
B=39.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442332420.400.0400.05185.5179.0375.69
Hex90E9F228405ba4f4c
Octal22035136250405272117114
Binary10010000111010011111001010100010001011011101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90E9F2; }

 p { color: rgb(144,233,242); }

 H1.HeaderClassName
 {
   color: #90E9F2;
 }
 .AnyTagClassName
 {
   color: #90E9F2;
 }
</style>
background-color css

<style>
 a { background-color: #90E9F2; }

 a { background-color: rgb(144,233,242); }

 div.DivClassName
 {
   background-color: #90E9F2;
 }
 .BgClassName
 {
   background-color: #90E9F2;
 }
</style>
border-color css

<style>
 span { border-color: #90E9F2; }

 span { border-color: rgb(144,233,242); }

 td.TdClassName
 {
   border-color: #90E9F2;
 }
 .TagClassName
 {
   border-color: #90E9F2;
 }
</style>