#92E2EF

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

Shades of Blizzard Blue #92E2EF

Tints of Blizzard Blue #92E2EF

Color information

#92E2EF (or 0x92E2EF) is unknown color: approx Blizzard Blue. HEX triplet: 92, E2 and EF. RGB value is (146,226,239). Sum of RGB (Red+Green+Blue) = 146+226+239=611 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.90% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #92E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E2EF is #6D1D10. Grayscale: #CBCBCB. Windows color (decimal): -7150865 or 15721106. OLE color: 15721106.

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

Color convert

RGB146226239-
CMYK0.390.0500.06
HSL188.39º74.4%75.49%-
HSV(B)188.39º38.91%93.73%-
XYZ54.6366.7491.66-
YUV203.5614886.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.90%
GREEN value IS 226 (88.67% from 255) = 36.99%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=23.90%
G=36.99%
B=39.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462262390.390.0500.06188.3974.475.49
Hex92E2EF27506bc4a4b
Octal22234235747506274112113
Binary10010010111000101110111110011110101101011110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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