#92EAF9

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

Shades of Blizzard Blue #92EAF9

Tints of Blizzard Blue #92EAF9

Color information

#92EAF9 (or 0x92EAF9) is unknown color: approx Blizzard Blue. HEX triplet: 92, EA and F9. RGB value is (146,234,249). Sum of RGB (Red+Green+Blue) = 146+234+249=629 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.21% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #92EAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EAF9 is #6D1506. Grayscale: #D1D1D1. Windows color (decimal): -7148807 or 16378514. OLE color: 16378514.

HSL color Cylindrical-coordinate representation of color #92EAF9: hue angle of 188.74º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92EAF9 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146234249-
CMYK0.410.0600.02
HSL188.74º89.57%77.45%-
HSV(B)188.74º41.37%97.65%-
XYZ58.3871.8100.4-
YUV209.4150.3582.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.21%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=23.21%
G=37.20%
B=39.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462342490.410.0600.02188.7489.5777.45
Hex92EAF929602bd5a4d
Octal22235237151602275132115
Binary1001001011101010111110011010011100101011110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,234,249); }

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

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

 a { background-color: rgb(146,234,249); }

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

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

 span { border-color: rgb(146,234,249); }

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