#92DDED

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

Shades of Blizzard Blue #92DDED

Tints of Blizzard Blue #92DDED

Color information

#92DDED (or 0x92DDED) is unknown color: approx Blizzard Blue. HEX triplet: 92, DD and ED. RGB value is (146,221,237). Sum of RGB (Red+Green+Blue) = 146+221+237=604 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.17% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #92DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DDED is #6D2212. Grayscale: #C8C8C8. Windows color (decimal): -7152147 or 15588754. OLE color: 15588754.

HSL color Cylindrical-coordinate representation of color #92DDED: hue angle of 190.55º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92DDED is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146221237-
CMYK0.380.0700.07
HSL190.55º71.65%75.1%-
HSV(B)190.55º38.4%92.94%-
XYZ5363.9489.67-
YUV200.4148.6589.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.17%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=24.17%
G=36.59%
B=39.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462212370.380.0700.07190.5571.6575.1
Hex92DDED26707bf484b
Octal22233535546707277110113
Binary10010010110111011110110110011011101111011111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,221,237); }

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

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

 a { background-color: rgb(146,221,237); }

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

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

 span { border-color: rgb(146,221,237); }

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