#92EDE2

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

Shades of Blizzard Blue #92EDE2

Tints of Blizzard Blue #92EDE2

Color information

#92EDE2 (or 0x92EDE2) is unknown color: approx Blizzard Blue. HEX triplet: 92, ED and E2. RGB value is (146,237,226). Sum of RGB (Red+Green+Blue) = 146+237+226=609 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.97% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDE2 is #6D121D. Grayscale: #D0D0D0. Windows color (decimal): -7148062 or 14871954. OLE color: 14871954.

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

Color convert

RGB146237226-
CMYK0.3800.050.07
HSL172.75º71.65%75.1%-
HSV(B)172.75º38.4%92.94%-
XYZ55.8772.1782.94-
YUV208.54137.8583.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.97%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 226 (88.67% from 255) = 37.11%
R=23.97%
G=38.92%
B=37.11%

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
Decimal1462372260.3800.050.07172.7571.6575.1
Hex92EDE226057ad484b
Octal22235534246057255110113
Binary10010010111011011110001010011001011111010110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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