#92E7E5

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

Shades of Blizzard Blue #92E7E5

Tints of Blizzard Blue #92E7E5

Color information

#92E7E5 (or 0x92E7E5) is unknown color: approx Blizzard Blue. HEX triplet: 92, E7 and E5. RGB value is (146,231,229). Sum of RGB (Red+Green+Blue) = 146+231+229=606 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.09% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #92E7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92E7E5 is #6D181A. Grayscale: #CDCDCD. Windows color (decimal): -7149595 or 15067026. OLE color: 15067026.

HSL color Cylindrical-coordinate representation of color #92E7E5: hue angle of 178.59º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92E7E5 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB146231229-
CMYK0.3700.010.09
HSL178.59º63.91%73.92%-
HSV(B)178.59º36.8%90.59%-
XYZ54.5768.9284.56-
YUV205.36141.3485.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.09%
GREEN value IS 231 (90.62% from 255) = 38.12%
BLUE value IS 229 (89.84% from 255) = 37.79%
R=24.09%
G=38.12%
B=37.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1462312290.3700.010.09178.5963.9173.92
Hex92E7E525019b3404a
Octal222347345450111263100112
Binary1001001011100111111001011001010110011011001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,231,229); }

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

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

 a { background-color: rgb(146,231,229); }

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

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

 span { border-color: rgb(146,231,229); }

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