#91DFEF

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

Shades of Blizzard Blue #91DFEF

Tints of Blizzard Blue #91DFEF

Color information

#91DFEF (or 0x91DFEF) is unknown color: approx Blizzard Blue. HEX triplet: 91, DF and EF. RGB value is (145,223,239). Sum of RGB (Red+Green+Blue) = 145+223+239=607 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.89% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #91DFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFEF is #6E2010. Grayscale: #C9C9C9. Windows color (decimal): -7217169 or 15720337. OLE color: 15720337.

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

Color convert

RGB145223239-
CMYK0.390.0700.06
HSL190.21º74.6%75.29%-
HSV(B)190.21º39.33%93.73%-
XYZ53.6465.0391.39-
YUV201.5149.1687.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.89%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=23.89%
G=36.74%
B=39.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1452232390.390.0700.06190.2174.675.29
Hex91DFEF27706be4b4b
Octal22133735747706276113113
Binary10010001110111111110111110011111101101011111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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