#ADDBE0

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

Shades of Powder Blue #ADDBE0

Tints of Powder Blue #ADDBE0

Color information

#ADDBE0 (or 0xADDBE0) is unknown color: approx Powder Blue. HEX triplet: AD, DB and E0. RGB value is (173,219,224). Sum of RGB (Red+Green+Blue) = 173+219+224=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBE0 is #52241F. Grayscale: #CDCDCD. Windows color (decimal): -5383200 or 14736301. OLE color: 14736301.

HSL color Cylindrical-coordinate representation of color #ADDBE0: hue angle of 185.88º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDBE0 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173219224-
CMYK0.230.0200.12
HSL185.88º45.13%77.84%-
HSV(B)185.88º22.77%87.84%-
XYZ56.0264.9380.1-
YUV205.82138.26104.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=28.08%
G=35.55%
B=36.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732192240.230.0200.12185.8845.1377.84
HexADDBE01720Cba2d4e
Octal25533334027201427255116
Binary101011011101101111100000101111001100101110101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBE0; }

 p { color: rgb(173,219,224); }

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

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

 a { background-color: rgb(173,219,224); }

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

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

 span { border-color: rgb(173,219,224); }

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