#92E9F0

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

Shades of Blizzard Blue #92E9F0

Tints of Blizzard Blue #92E9F0

Color information

#92E9F0 (or 0x92E9F0) is unknown color: approx Blizzard Blue. HEX triplet: 92, E9 and F0. RGB value is (146,233,240). Sum of RGB (Red+Green+Blue) = 146+233+240=619 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.59% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #92E9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E9F0 is #6D160F. Grayscale: #CFCFCF. Windows color (decimal): -7149072 or 15788434. OLE color: 15788434.

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

Color convert

RGB146233240-
CMYK0.390.0300.06
HSL184.47º75.81%75.69%-
HSV(B)184.47º39.17%94.12%-
XYZ56.7270.6893.09-
YUV207.78146.1883.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.59%
GREEN value IS 233 (91.41% from 255) = 37.64%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=23.59%
G=37.64%
B=38.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462332400.390.0300.06184.4775.8175.69
Hex92E9F027306b84c4c
Octal22235136047306270114114
Binary1001001011101001111100001001111101101011100010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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