#90E9F1

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

Shades of Blizzard Blue #90E9F1

Tints of Blizzard Blue #90E9F1

Color information

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

HSL color Cylindrical-coordinate representation of color #90E9F1: hue angle of 184.95º 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 #90E9F1 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144233241-
CMYK0.400.0300.05
HSL184.95º77.6%75.49%-
HSV(B)184.95º40.25%94.51%-
XYZ56.5270.5693.86-
YUV207.3147.0182.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442332410.400.0300.05184.9577.675.49
Hex90E9F128305b94e4b
Octal22035136150305271116113
Binary1001000011101001111100011010001101011011100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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