#92F1EE

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

Shades of Blizzard Blue #92F1EE

Tints of Blizzard Blue #92F1EE

Color information

#92F1EE (or 0x92F1EE) is unknown color: approx Blizzard Blue. HEX triplet: 92, F1 and EE. RGB value is (146,241,238). Sum of RGB (Red+Green+Blue) = 146+241+238=625 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.36% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #92F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F1EE is #6D0E11. Grayscale: #D4D4D4. Windows color (decimal): -7147026 or 15659410. OLE color: 15659410.

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

Color convert

RGB146241238-
CMYK0.3900.010.05
HSL178.11º77.24%75.88%-
HSV(B)178.11º39.42%94.51%-
XYZ58.7475.1992.31-
YUV212.25142.5380.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.36%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=23.36%
G=38.56%
B=38.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462412380.3900.010.05178.1177.2475.88
Hex92F1EE27015b24d4c
Octal22236135647015262115114
Binary100100101111000111101110100111011011011001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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