#90F1E9

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

Shades of Blizzard Blue #90F1E9

Tints of Blizzard Blue #90F1E9

Color information

#90F1E9 (or 0x90F1E9) is unknown color: approx Blizzard Blue. HEX triplet: 90, F1 and E9. RGB value is (144,241,233). Sum of RGB (Red+Green+Blue) = 144+241+233=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F1E9 is #6F0E16. Grayscale: #D3D3D3. Windows color (decimal): -7278103 or 15331728. OLE color: 15331728.

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

Color convert

RGB144241233-
CMYK0.4000.030.05
HSL175.05º77.6%75.49%-
HSV(B)175.05º40.25%94.51%-
XYZ57.6674.7288.47-
YUV211.08140.3680.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.30%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=23.30%
G=39.00%
B=37.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442412330.4000.030.05175.0577.675.49
Hex90F1E928035af4e4b
Octal22036135150035257116113
Binary1001000011110001111010011010000111011010111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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