#92EAE0

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

Shades of Blizzard Blue #92EAE0

Tints of Blizzard Blue #92EAE0

Color information

#92EAE0 (or 0x92EAE0) is unknown color: approx Blizzard Blue. HEX triplet: 92, EA and E0. RGB value is (146,234,224). Sum of RGB (Red+Green+Blue) = 146+234+224=604 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.17% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #92EAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EAE0 is #6D151F. Grayscale: #CECECE. Windows color (decimal): -7148832 or 14740114. OLE color: 14740114.

HSL color Cylindrical-coordinate representation of color #92EAE0: hue angle of 173.18º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EAE0 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB146234224-
CMYK0.3800.040.08
HSL173.18º67.69%74.51%-
HSV(B)173.18º37.61%91.76%-
XYZ54.7370.3481.21-
YUV206.55137.8584.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.17%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=24.17%
G=38.74%
B=37.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462342240.3800.040.08173.1867.6974.51
Hex92EAE026048ad444b
Octal222352340460410255104113
Binary100100101110101011100000100110010010001010110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,234,224); }

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

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

 a { background-color: rgb(146,234,224); }

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

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

 span { border-color: rgb(146,234,224); }

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