#92EEF7

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

Shades of Blizzard Blue #92EEF7

Tints of Blizzard Blue #92EEF7

Color information

#92EEF7 (or 0x92EEF7) is unknown color: approx Blizzard Blue. HEX triplet: 92, EE and F7. RGB value is (146,238,247). Sum of RGB (Red+Green+Blue) = 146+238+247=631 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.14% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #92EEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EEF7 is #6D1108. Grayscale: #D3D3D3. Windows color (decimal): -7147785 or 16248466. OLE color: 16248466.

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

Color convert

RGB146238247-
CMYK0.410.0400.03
HSL185.35º86.32%77.06%-
HSV(B)185.35º40.89%96.86%-
XYZ59.2273.9899.15-
YUV211.52148.0281.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.14%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 247 (96.88% from 255) = 39.14%
R=23.14%
G=37.72%
B=39.14%

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
Decimal1462382470.410.0400.03185.3586.3277.06
Hex92EEF729403b9564d
Octal22235636751403271126115
Binary1001001011101110111101111010011000111011100110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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