#92F0EE

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

Shades of Blizzard Blue #92F0EE

Tints of Blizzard Blue #92F0EE

Color information

#92F0EE (or 0x92F0EE) is unknown color: approx Blizzard Blue. HEX triplet: 92, F0 and EE. RGB value is (146,240,238). Sum of RGB (Red+Green+Blue) = 146+240+238=624 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.40% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F0EE is #6D0F11. Grayscale: #D3D3D3. Windows color (decimal): -7147282 or 15659154. OLE color: 15659154.

HSL color Cylindrical-coordinate representation of color #92F0EE: hue angle of 178.72º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F0EE is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB146240238-
CMYK0.3900.010.06
HSL178.72º75.81%75.69%-
HSV(B)178.72º39.17%94.12%-
XYZ58.4574.692.21-
YUV211.67142.8681.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.40%
GREEN value IS 240 (94.14% from 255) = 38.46%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=23.40%
G=38.46%
B=38.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462402380.3900.010.06178.7275.8175.69
Hex92F0EE27016b34c4c
Octal22236035647016263114114
Binary100100101111000011101110100111011101011001110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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