#92EDE1

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

Shades of Blizzard Blue #92EDE1

Tints of Blizzard Blue #92EDE1

Color information

#92EDE1 (or 0x92EDE1) is unknown color: approx Blizzard Blue. HEX triplet: 92, ED and E1. RGB value is (146,237,225). Sum of RGB (Red+Green+Blue) = 146+237+225=608 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.01% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDE1 is #6D121E. Grayscale: #D0D0D0. Windows color (decimal): -7148063 or 14806418. OLE color: 14806418.

HSL color Cylindrical-coordinate representation of color #92EDE1: hue angle of 172.09º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EDE1 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB146237225-
CMYK0.3800.050.07
HSL172.09º71.65%75.1%-
HSV(B)172.09º38.4%92.94%-
XYZ55.7372.1282.22-
YUV208.42137.3583.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.01%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 225 (88.28% from 255) = 37.01%
R=24.01%
G=38.98%
B=37.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462372250.3800.050.07172.0971.6575.1
Hex92EDE126057ac484b
Octal22235534146057254110113
Binary10010010111011011110000110011001011111010110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,237,225); }

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

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

 a { background-color: rgb(146,237,225); }

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

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

 span { border-color: rgb(146,237,225); }

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