#92DEEA

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

Shades of Blizzard Blue #92DEEA

Tints of Blizzard Blue #92DEEA

Color information

#92DEEA (or 0x92DEEA) is unknown color: approx Blizzard Blue. HEX triplet: 92, DE and EA. RGB value is (146,222,234). Sum of RGB (Red+Green+Blue) = 146+222+234=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #92DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DEEA is #6D2115. Grayscale: #C8C8C8. Windows color (decimal): -7151894 or 15392402. OLE color: 15392402.

HSL color Cylindrical-coordinate representation of color #92DEEA: hue angle of 188.18º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92DEEA is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146222234-
CMYK0.380.0500.08
HSL188.18º67.69%74.51%-
HSV(B)188.18º37.61%91.76%-
XYZ52.8364.2987.47-
YUV200.64146.8289.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.25%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=24.25%
G=36.88%
B=38.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462222340.380.0500.08188.1867.6974.51
Hex92DEEA26508bc444b
Octal222336352465010274104113
Binary100100101101111011101010100110101010001011110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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