#92EEF8

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

Shades of Blizzard Blue #92EEF8

Tints of Blizzard Blue #92EEF8

Color information

#92EEF8 (or 0x92EEF8) is unknown color: approx Blizzard Blue. HEX triplet: 92, EE and F8. RGB value is (146,238,248). Sum of RGB (Red+Green+Blue) = 146+238+248=632 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.10% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #92EEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EEF8 is #6D1107. Grayscale: #D3D3D3. Windows color (decimal): -7147784 or 16314002. OLE color: 16314002.

HSL color Cylindrical-coordinate representation of color #92EEF8: hue angle of 185.88º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92EEF8 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146238248-
CMYK0.410.0400.03
HSL185.88º87.93%77.25%-
HSV(B)185.88º41.13%97.25%-
XYZ59.3774.0499.97-
YUV211.63148.5281.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.10%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 248 (97.27% from 255) = 39.24%
R=23.10%
G=37.66%
B=39.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462382480.410.0400.03185.8887.9377.25
Hex92EEF829403ba584d
Octal22235637051403272130115
Binary1001001011101110111110001010011000111011101010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,238,248); }

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

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

 a { background-color: rgb(146,238,248); }

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

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

 span { border-color: rgb(146,238,248); }

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