#91EFF0

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

Shades of Blizzard Blue #91EFF0

Tints of Blizzard Blue #91EFF0

Color information

#91EFF0 (or 0x91EFF0) is unknown color: approx Blizzard Blue. HEX triplet: 91, EF and F0. RGB value is (145,239,240). Sum of RGB (Red+Green+Blue) = 145+239+240=624 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.24% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #91EFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EFF0 is #6E100F. Grayscale: #D2D2D2. Windows color (decimal): -7213072 or 15789969. OLE color: 15789969.

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

Color convert

RGB145239240-
CMYK0.400.0000.06
HSL180.63º76%75.49%-
HSV(B)180.63º39.58%94.12%-
XYZ58.2774.0493.66-
YUV211.01144.3680.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.24%
GREEN value IS 239 (93.75% from 255) = 38.30%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=23.24%
G=38.30%
B=38.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1452392400.400.0000.06180.637675.49
Hex91EFF028006b54c4b
Octal22135736050006265114113
Binary100100011110111111110000101000001101011010110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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