#91E4F2

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

Shades of Blizzard Blue #91E4F2

Tints of Blizzard Blue #91E4F2

Color information

#91E4F2 (or 0x91E4F2) is unknown color: approx Blizzard Blue. HEX triplet: 91, E4 and F2. RGB value is (145,228,242). Sum of RGB (Red+Green+Blue) = 145+228+242=615 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.58% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #91E4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E4F2 is #6E1B0D. Grayscale: #CCCCCC. Windows color (decimal): -7215886 or 15918225. OLE color: 15918225.

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

Color convert

RGB145228242-
CMYK0.400.0600.05
HSL188.66º78.86%75.88%-
HSV(B)188.66º40.08%94.9%-
XYZ55.4567.9294.19-
YUV204.7814985.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.58%
GREEN value IS 228 (89.45% from 255) = 37.07%
BLUE value IS 242 (94.92% from 255) = 39.35%
R=23.58%
G=37.07%
B=39.35%

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
Decimal1452282420.400.0600.05188.6678.8675.88
Hex91E4F228605bd4f4c
Octal22134436250605275117114
Binary10010001111001001111001010100011001011011110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,228,242); }

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

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

 a { background-color: rgb(145,228,242); }

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

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

 span { border-color: rgb(145,228,242); }

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