#A0DDED

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

Shades of Blizzard Blue #A0DDED

Tints of Blizzard Blue #A0DDED

Color information

#A0DDED (or 0xA0DDED) is unknown color: approx Blizzard Blue. HEX triplet: A0, DD and ED. RGB value is (160,221,237). Sum of RGB (Red+Green+Blue) = 160+221+237=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DDED is #5F2212. Grayscale: #CCCCCC. Windows color (decimal): -6234643 or 15588768. OLE color: 15588768.

HSL color Cylindrical-coordinate representation of color #A0DDED: hue angle of 192.47º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DDED is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160221237-
CMYK0.320.0700.07
HSL192.47º68.14%77.84%-
HSV(B)192.47º32.49%92.94%-
XYZ55.6465.389.79-
YUV204.58146.2996.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.89%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=25.89%
G=35.76%
B=38.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602212370.320.0700.07192.4768.1477.84
HexA0DDED20707c0444e
Octal24033535540707300104116
Binary10100000110111011110110110000011101111100000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DDED; }

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

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

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

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

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

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

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

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