#91DFEC

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

Shades of Blizzard Blue #91DFEC

Tints of Blizzard Blue #91DFEC

Color information

#91DFEC (or 0x91DFEC) is unknown color: approx Blizzard Blue. HEX triplet: 91, DF and EC. RGB value is (145,223,236). Sum of RGB (Red+Green+Blue) = 145+223+236=604 (80% of max value = 765). Red value is 145 (57.03% from 255 or 24.01% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #91DFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFEC is #6E2013. Grayscale: #C9C9C9. Windows color (decimal): -7217172 or 15523729. OLE color: 15523729.

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

Color convert

RGB145223236-
CMYK0.390.0600.07
HSL188.57º70.54%74.71%-
HSV(B)188.57º38.56%92.55%-
XYZ53.2164.8589.07-
YUV201.16147.6687.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.01%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=24.01%
G=36.92%
B=39.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1452232360.390.0600.07188.5770.5474.71
Hex91DFEC27607bd474b
Octal22133735447607275107113
Binary10010001110111111110110010011111001111011110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,223,236); }

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

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

 a { background-color: rgb(145,223,236); }

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

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

 span { border-color: rgb(145,223,236); }

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