#91DFEE

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

Shades of Blizzard Blue #91DFEE

Tints of Blizzard Blue #91DFEE

Color information

#91DFEE (or 0x91DFEE) is unknown color: approx Blizzard Blue. HEX triplet: 91, DF and EE. RGB value is (145,223,238). Sum of RGB (Red+Green+Blue) = 145+223+238=606 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.93% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #91DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFEE is #6E2011. Grayscale: #C9C9C9. Windows color (decimal): -7217170 or 15654801. OLE color: 15654801.

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

Color convert

RGB145223238-
CMYK0.390.0600.07
HSL189.68º73.23%75.1%-
HSV(B)189.68º39.08%93.33%-
XYZ53.564.9790.61-
YUV201.39148.6687.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.93%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=23.93%
G=36.80%
B=39.27%

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
Decimal1452232380.390.0600.07189.6873.2375.1
Hex91DFEE27607be494b
Octal22133735647607276111113
Binary10010001110111111110111010011111001111011111010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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