#91E3F1

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

Shades of Blizzard Blue #91E3F1

Tints of Blizzard Blue #91E3F1

Color information

#91E3F1 (or 0x91E3F1) is unknown color: approx Blizzard Blue. HEX triplet: 91, E3 and F1. RGB value is (145,227,241). Sum of RGB (Red+Green+Blue) = 145+227+241=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #91E3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E3F1 is #6E1C0E. Grayscale: #CBCBCB. Windows color (decimal): -7216143 or 15852433. OLE color: 15852433.

HSL color Cylindrical-coordinate representation of color #91E3F1: hue angle of 188.75º 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 #91E3F1 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145227241-
CMYK0.400.0600.05
HSL188.75º77.42%75.69%-
HSV(B)188.75º39.83%94.51%-
XYZ55.0267.3193.31-
YUV204.08148.8385.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.65%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=23.65%
G=37.03%
B=39.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1452272410.400.0600.05188.7577.4275.69
Hex91E3F128605bd4d4c
Octal22134336150605275115114
Binary10010001111000111111000110100011001011011110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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