#92DFE9

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

Shades of Blizzard Blue #92DFE9

Tints of Blizzard Blue #92DFE9

Color information

#92DFE9 (or 0x92DFE9) is unknown color: approx Blizzard Blue. HEX triplet: 92, DF and E9. RGB value is (146,223,233). Sum of RGB (Red+Green+Blue) = 146+223+233=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #92DFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DFE9 is #6D2016. Grayscale: #C9C9C9. Windows color (decimal): -7151639 or 15327122. OLE color: 15327122.

HSL color Cylindrical-coordinate representation of color #92DFE9: hue angle of 186.9º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92DFE9 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB146223233-
CMYK0.370.0400.09
HSL186.9º66.41%74.31%-
HSV(B)186.9º37.34%91.37%-
XYZ52.9564.7786.8-
YUV201.12145.9988.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.25%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 233 (91.41% from 255) = 38.70%
R=24.25%
G=37.04%
B=38.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1462232330.370.0400.09186.966.4174.31
Hex92DFE925409bb424a
Octal222337351454011273102112
Binary100100101101111111101001100101100010011011101110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92DFE9; }

 p { color: rgb(146,223,233); }

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

<style>
 a { background-color: #92DFE9; }

 a { background-color: rgb(146,223,233); }

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

<style>
 span { border-color: #92DFE9; }

 span { border-color: rgb(146,223,233); }

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