#91ECF0

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

Shades of Blizzard Blue #91ECF0

Tints of Blizzard Blue #91ECF0

Color information

#91ECF0 (or 0x91ECF0) is unknown color: approx Blizzard Blue. HEX triplet: 91, EC and F0. RGB value is (145,236,240). Sum of RGB (Red+Green+Blue) = 145+236+240=621 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.35% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #91ECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91ECF0 is #6E130F. Grayscale: #D1D1D1. Windows color (decimal): -7213840 or 15789201. OLE color: 15789201.

HSL color Cylindrical-coordinate representation of color #91ECF0: hue angle of 182.53º degrees, saturation: 0.76, 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 #91ECF0 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB145236240-
CMYK0.400.0200.06
HSL182.53º76%75.49%-
HSV(B)182.53º39.58%94.12%-
XYZ57.472.393.37-
YUV209.25145.3582.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.35%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=23.35%
G=38.00%
B=38.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1452362400.400.0200.06182.537675.49
Hex91ECF028206b74c4b
Octal22135436050206267114113
Binary1001000111101100111100001010001001101011011110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91ECF0; }

 p { color: rgb(145,236,240); }

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

<style>
 a { background-color: #91ECF0; }

 a { background-color: rgb(145,236,240); }

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

<style>
 span { border-color: #91ECF0; }

 span { border-color: rgb(145,236,240); }

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