#91EBE8

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

Shades of Blizzard Blue #91EBE8

Tints of Blizzard Blue #91EBE8

Color information

#91EBE8 (or 0x91EBE8) is unknown color: approx Blizzard Blue. HEX triplet: 91, EB and E8. RGB value is (145,235,232). Sum of RGB (Red+Green+Blue) = 145+235+232=612 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.69% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #91EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EBE8 is #6E1417. Grayscale: #CFCFCF. Windows color (decimal): -7214104 or 15264657. OLE color: 15264657.

HSL color Cylindrical-coordinate representation of color #91EBE8: hue angle of 178º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91EBE8 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB145235232-
CMYK0.3800.010.08
HSL178º69.23%74.51%-
HSV(B)178º38.3%92.16%-
XYZ55.9571.2687.15-
YUV207.75141.6883.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.69%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=23.69%
G=38.40%
B=37.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1452352320.3800.010.0817869.2374.51
Hex91EBE826018b2454b
Octal221353350460110262105113
Binary1001000111101011111010001001100110001011001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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