#91EFE7

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

Shades of Blizzard Blue #91EFE7

Tints of Blizzard Blue #91EFE7

Color information

#91EFE7 (or 0x91EFE7) is unknown color: approx Blizzard Blue. HEX triplet: 91, EF and E7. RGB value is (145,239,231). Sum of RGB (Red+Green+Blue) = 145+239+231=615 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.58% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #91EFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EFE7 is #6E1018. Grayscale: #D1D1D1. Windows color (decimal): -7213081 or 15200145. OLE color: 15200145.

HSL color Cylindrical-coordinate representation of color #91EFE7: hue angle of 174.89º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EFE7 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB145239231-
CMYK0.3900.030.06
HSL174.89º74.6%75.29%-
HSV(B)174.89º39.33%93.73%-
XYZ56.9773.5286.79-
YUV209.98139.8681.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.58%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 231 (90.62% from 255) = 37.56%
R=23.58%
G=38.86%
B=37.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1452392310.3900.030.06174.8974.675.29
Hex91EFE727036af4b4b
Octal22135734747036257113113
Binary1001000111101111111001111001110111101010111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,239,231); }

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

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

 a { background-color: rgb(145,239,231); }

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

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

 span { border-color: rgb(145,239,231); }

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