#90ECF8

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

Shades of Blizzard Blue #90ECF8

Tints of Blizzard Blue #90ECF8

Color information

#90ECF8 (or 0x90ECF8) is unknown color: approx Blizzard Blue. HEX triplet: 90, EC and F8. RGB value is (144,236,248). Sum of RGB (Red+Green+Blue) = 144+236+248=628 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.93% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #90ECF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90ECF8 is #6F1307. Grayscale: #D1D1D1. Windows color (decimal): -7279368 or 16313488. OLE color: 16313488.

HSL color Cylindrical-coordinate representation of color #90ECF8: hue angle of 186.92º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90ECF8 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB144236248-
CMYK0.420.0500.03
HSL186.92º88.14%76.86%-
HSV(B)186.92º41.94%97.25%-
XYZ58.4472.799.76-
YUV209.86149.5281.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.93%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 248 (97.27% from 255) = 39.49%
R=22.93%
G=37.58%
B=39.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442362480.420.0500.03186.9288.1476.86
Hex90ECF82A503bb584d
Octal22035437052503273130115
Binary1001000011101100111110001010101010111011101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,236,248); }

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

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

 a { background-color: rgb(144,236,248); }

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

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

 span { border-color: rgb(144,236,248); }

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