#92E8EA

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

Shades of Blizzard Blue #92E8EA

Tints of Blizzard Blue #92E8EA

Color information

#92E8EA (or 0x92E8EA) is unknown color: approx Blizzard Blue. HEX triplet: 92, E8 and EA. RGB value is (146,232,234). Sum of RGB (Red+Green+Blue) = 146+232+234=612 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.86% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #92E8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E8EA is #6D1715. Grayscale: #CECECE. Windows color (decimal): -7149334 or 15394962. OLE color: 15394962.

HSL color Cylindrical-coordinate representation of color #92E8EA: hue angle of 181.36º 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 #92E8EA is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146232234-
CMYK0.380.0100.08
HSL181.36º67.69%74.51%-
HSV(B)181.36º37.61%91.76%-
XYZ55.5669.7688.38-
YUV206.51143.5184.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.86%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=23.86%
G=37.91%
B=38.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462322340.380.0100.08181.3667.6974.51
Hex92E8EA26108b5444b
Octal222350352461010265104113
Binary1001001011101000111010101001101010001011010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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