#92DFE8

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

Shades of Blizzard Blue #92DFE8

Tints of Blizzard Blue #92DFE8

Color information

#92DFE8 (or 0x92DFE8) is unknown color: approx Blizzard Blue. HEX triplet: 92, DF and E8. RGB value is (146,223,232). Sum of RGB (Red+Green+Blue) = 146+223+232=601 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.29% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #92DFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DFE8 is #6D2017. Grayscale: #C8C8C8. Windows color (decimal): -7151640 or 15261586. OLE color: 15261586.

HSL color Cylindrical-coordinate representation of color #92DFE8: hue angle of 186.28º degrees, saturation: 0.65, 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 #92DFE8 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB146223232-
CMYK0.370.0400.09
HSL186.28º65.15%74.12%-
HSV(B)186.28º37.07%90.98%-
XYZ52.8164.7186.05-
YUV201145.4988.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.29%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=24.29%
G=37.10%
B=38.60%

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
Decimal1462232320.370.0400.09186.2865.1574.12
Hex92DFE825409ba414a
Octal222337350454011272101112
Binary100100101101111111101000100101100010011011101010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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