#90ECF1

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

Shades of Blizzard Blue #90ECF1

Tints of Blizzard Blue #90ECF1

Color information

#90ECF1 (or 0x90ECF1) is unknown color: approx Blizzard Blue. HEX triplet: 90, EC and F1. RGB value is (144,236,241). Sum of RGB (Red+Green+Blue) = 144+236+241=621 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.19% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #90ECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90ECF1 is #6F130E. Grayscale: #D0D0D0. Windows color (decimal): -7279375 or 15854736. OLE color: 15854736.

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

Color convert

RGB144236241-
CMYK0.400.0200.05
HSL183.09º77.6%75.49%-
HSV(B)183.09º40.25%94.51%-
XYZ57.3772.2794.14-
YUV209.06146.0281.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.19%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=23.19%
G=38.00%
B=38.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442362410.400.0200.05183.0977.675.49
Hex90ECF128205b74e4b
Octal22035436150205267116113
Binary1001000011101100111100011010001001011011011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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