#92E8EF

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

Shades of Blizzard Blue #92E8EF

Tints of Blizzard Blue #92E8EF

Color information

#92E8EF (or 0x92E8EF) is unknown color: approx Blizzard Blue. HEX triplet: 92, E8 and EF. RGB value is (146,232,239). Sum of RGB (Red+Green+Blue) = 146+232+239=617 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.66% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #92E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E8EF is #6D1710. Grayscale: #CECECE. Windows color (decimal): -7149329 or 15722642. OLE color: 15722642.

HSL color Cylindrical-coordinate representation of color #92E8EF: hue angle of 184.52º degrees, saturation: 0.74, 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 #92E8EF is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146232239-
CMYK0.390.0300.06
HSL184.52º74.4%75.49%-
HSV(B)184.52º38.91%93.73%-
XYZ56.2970.0692.22-
YUV207.08146.0184.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.66%
GREEN value IS 232 (91.02% from 255) = 37.60%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=23.66%
G=37.60%
B=38.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462322390.390.0300.06184.5274.475.49
Hex92E8EF27306b94a4b
Octal22235035747306271112113
Binary1001001011101000111011111001111101101011100110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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