#91EAF1

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

Shades of Blizzard Blue #91EAF1

Tints of Blizzard Blue #91EAF1

Color information

#91EAF1 (or 0x91EAF1) is unknown color: approx Blizzard Blue. HEX triplet: 91, EA and F1. RGB value is (145,234,241). Sum of RGB (Red+Green+Blue) = 145+234+241=620 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.39% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #91EAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EAF1 is #6E150E. Grayscale: #D0D0D0. Windows color (decimal): -7214351 or 15854225. OLE color: 15854225.

HSL color Cylindrical-coordinate representation of color #91EAF1: hue angle of 184.38º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91EAF1 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145234241-
CMYK0.400.0300.05
HSL184.38º77.42%75.69%-
HSV(B)184.38º39.83%94.51%-
XYZ56.9871.2293.96-
YUV208.19146.5182.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.39%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=23.39%
G=37.74%
B=38.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1452342410.400.0300.05184.3877.4275.69
Hex91EAF128305b84d4c
Octal22135236150305270115114
Binary1001000111101010111100011010001101011011100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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