#91EAF7

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

Shades of Blizzard Blue #91EAF7

Tints of Blizzard Blue #91EAF7

Color information

#91EAF7 (or 0x91EAF7) is unknown color: approx Blizzard Blue. HEX triplet: 91, EA and F7. RGB value is (145,234,247). Sum of RGB (Red+Green+Blue) = 145+234+247=626 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.16% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #91EAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EAF7 is #6E1508. Grayscale: #D0D0D0. Windows color (decimal): -7214345 or 16247441. OLE color: 16247441.

HSL color Cylindrical-coordinate representation of color #91EAF7: hue angle of 187.65º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91EAF7 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB145234247-
CMYK0.410.0500.03
HSL187.65º86.44%76.86%-
HSV(B)187.65º41.3%96.86%-
XYZ57.8971.5898.76-
YUV208.87149.5182.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.16%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=23.16%
G=37.38%
B=39.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1452342470.410.0500.03187.6586.4476.86
Hex91EAF729503bc564d
Octal22135236751503274126115
Binary1001000111101010111101111010011010111011110010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,234,247); }

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

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

 a { background-color: rgb(145,234,247); }

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

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

 span { border-color: rgb(145,234,247); }

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