#91ECEB

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

Shades of Blizzard Blue #91ECEB

Tints of Blizzard Blue #91ECEB

Color information

#91ECEB (or 0x91ECEB) is unknown color: approx Blizzard Blue. HEX triplet: 91, EC and EB. RGB value is (145,236,235). Sum of RGB (Red+Green+Blue) = 145+236+235=616 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.54% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #91ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91ECEB is #6E1314. Grayscale: #D0D0D0. Windows color (decimal): -7213845 or 15461521. OLE color: 15461521.

HSL color Cylindrical-coordinate representation of color #91ECEB: hue angle of 179.34º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91ECEB is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB145236235-
CMYK0.3900.000.07
HSL179.34º70.54%74.71%-
HSV(B)179.34º38.56%92.55%-
XYZ56.6772.0189.51-
YUV208.68142.8582.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.54%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=23.54%
G=38.31%
B=38.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1452362350.3900.000.07179.3470.5474.71
Hex91ECEB27007b3474b
Octal22135435347007263107113
Binary100100011110110011101011100111001111011001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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