#91EBEC

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

Shades of Blizzard Blue #91EBEC

Tints of Blizzard Blue #91EBEC

Color information

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

HSL color Cylindrical-coordinate representation of color #91EBEC: hue angle of 180.66º 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 #91EBEC is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145235236-
CMYK0.390.0000.07
HSL180.66º70.54%74.71%-
HSV(B)180.66º38.56%92.55%-
XYZ56.5371.4990.18-
YUV208.2143.6882.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1452352360.390.0000.07180.6670.5474.71
Hex91EBEC27007b5474b
Octal22135335447007265107113
Binary100100011110101111101100100111001111011010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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