#90EFEE

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

Shades of Blizzard Blue #90EFEE

Tints of Blizzard Blue #90EFEE

Color information

#90EFEE (or 0x90EFEE) is unknown color: approx Blizzard Blue. HEX triplet: 90, EF and EE. RGB value is (144,239,238). Sum of RGB (Red+Green+Blue) = 144+239+238=621 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.19% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFEE is #6F1011. Grayscale: #D2D2D2. Windows color (decimal): -7278610 or 15658896. OLE color: 15658896.

HSL color Cylindrical-coordinate representation of color #90EFEE: hue angle of 179.37º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFEE is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB144239238-
CMYK0.4000.000.06
HSL179.37º74.8%75.1%-
HSV(B)179.37º39.75%93.73%-
XYZ57.873.8492.09-
YUV210.48143.5380.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.19%
GREEN value IS 239 (93.75% from 255) = 38.49%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=23.19%
G=38.49%
B=38.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442392380.4000.000.06179.3774.875.1
Hex90EFEE28006b34b4b
Octal22035735650006263113113
Binary100100001110111111101110101000001101011001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,239,238); }

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

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

 a { background-color: rgb(144,239,238); }

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

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

 span { border-color: rgb(144,239,238); }

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