#92F2EE

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

Shades of Blizzard Blue #92F2EE

Tints of Blizzard Blue #92F2EE

Color information

#92F2EE (or 0x92F2EE) is unknown color: approx Blizzard Blue. HEX triplet: 92, F2 and EE. RGB value is (146,242,238). Sum of RGB (Red+Green+Blue) = 146+242+238=626 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.32% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #92F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F2EE is #6D0D11. Grayscale: #D4D4D4. Windows color (decimal): -7146770 or 15659666. OLE color: 15659666.

HSL color Cylindrical-coordinate representation of color #92F2EE: hue angle of 177.5º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F2EE is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB146242238-
CMYK0.4000.020.05
HSL177.5º78.69%76.08%-
HSV(B)177.5º39.67%94.9%-
XYZ59.0475.7992.41-
YUV212.84142.280.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.32%
GREEN value IS 242 (94.92% from 255) = 38.66%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=23.32%
G=38.66%
B=38.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462422380.4000.020.05177.578.6976.08
Hex92F2EE28025b24f4c
Octal22236235650025262117114
Binary1001001011110010111011101010000101011011001010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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