#91EDF9

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

Shades of Blizzard Blue #91EDF9

Tints of Blizzard Blue #91EDF9

Color information

#91EDF9 (or 0x91EDF9) is unknown color: approx Blizzard Blue. HEX triplet: 91, ED and F9. RGB value is (145,237,249). Sum of RGB (Red+Green+Blue) = 145+237+249=631 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.98% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #91EDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EDF9 is #6E1206. Grayscale: #D2D2D2. Windows color (decimal): -7213575 or 16379281. OLE color: 16379281.

HSL color Cylindrical-coordinate representation of color #91EDF9: hue angle of 186.92º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91EDF9 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145237249-
CMYK0.420.0500.02
HSL186.92º89.66%77.25%-
HSV(B)186.92º41.77%97.65%-
XYZ59.0673.43100.68-
YUV210.86149.5281.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.98%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 249 (97.66% from 255) = 39.46%
R=22.98%
G=37.56%
B=39.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452372490.420.0500.02186.9289.6677.25
Hex91EDF92A502bb5a4d
Octal22135537152502273132115
Binary1001000111101101111110011010101010101011101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,237,249); }

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

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

 a { background-color: rgb(145,237,249); }

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

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

 span { border-color: rgb(145,237,249); }

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