#92EDF7

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

Shades of Blizzard Blue #92EDF7

Tints of Blizzard Blue #92EDF7

Color information

#92EDF7 (or 0x92EDF7) is unknown color: approx Blizzard Blue. HEX triplet: 92, ED and F7. RGB value is (146,237,247). Sum of RGB (Red+Green+Blue) = 146+237+247=630 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.17% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #92EDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EDF7 is #6D1208. Grayscale: #D2D2D2. Windows color (decimal): -7148041 or 16248210. OLE color: 16248210.

HSL color Cylindrical-coordinate representation of color #92EDF7: hue angle of 185.94º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92EDF7 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146237247-
CMYK0.410.0400.03
HSL185.94º86.32%77.06%-
HSV(B)185.94º40.89%96.86%-
XYZ58.9373.3999.06-
YUV210.93148.3581.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.17%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 247 (96.88% from 255) = 39.21%
R=23.17%
G=37.62%
B=39.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462372470.410.0400.03185.9486.3277.06
Hex92EDF729403ba564d
Octal22235536751403272126115
Binary1001001011101101111101111010011000111011101010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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