#92E3EA

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

Shades of Blizzard Blue #92E3EA

Tints of Blizzard Blue #92E3EA

Color information

#92E3EA (or 0x92E3EA) is unknown color: approx Blizzard Blue. HEX triplet: 92, E3 and EA. RGB value is (146,227,234). Sum of RGB (Red+Green+Blue) = 146+227+234=607 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.05% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #92E3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E3EA is #6D1C15. Grayscale: #CBCBCB. Windows color (decimal): -7150614 or 15393682. OLE color: 15393682.

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

Color convert

RGB146227234-
CMYK0.380.0300.08
HSL184.77º67.69%74.51%-
HSV(B)184.77º37.61%91.76%-
XYZ54.1766.9987.92-
YUV203.58145.1686.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.05%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=24.05%
G=37.40%
B=38.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462272340.380.0300.08184.7767.6974.51
Hex92E3EA26308b9444b
Octal222343352463010271104113
Binary10010010111000111110101010011011010001011100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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