#92EDE4

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

Shades of Blizzard Blue #92EDE4

Tints of Blizzard Blue #92EDE4

Color information

#92EDE4 (or 0x92EDE4) is unknown color: approx Blizzard Blue. HEX triplet: 92, ED and E4. RGB value is (146,237,228). Sum of RGB (Red+Green+Blue) = 146+237+228=611 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.90% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDE4 is #6D121B. Grayscale: #D0D0D0. Windows color (decimal): -7148060 or 15003026. OLE color: 15003026.

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

Color convert

RGB146237228-
CMYK0.3800.040.07
HSL174.07º71.65%75.1%-
HSV(B)174.07º38.4%92.94%-
XYZ56.1472.2884.39-
YUV208.76138.8583.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.90%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 228 (89.45% from 255) = 37.32%
R=23.90%
G=38.79%
B=37.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462372280.3800.040.07174.0771.6575.1
Hex92EDE426047ae484b
Octal22235534446047256110113
Binary10010010111011011110010010011001001111010111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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