#ADDAE0

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

Shades of Powder Blue #ADDAE0

Tints of Powder Blue #ADDAE0

Color information

#ADDAE0 (or 0xADDAE0) is unknown color: approx Powder Blue. HEX triplet: AD, DA and E0. RGB value is (173,218,224). Sum of RGB (Red+Green+Blue) = 173+218+224=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADDAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAE0 is #52251F. Grayscale: #CDCDCD. Windows color (decimal): -5383456 or 14736045. OLE color: 14736045.

HSL color Cylindrical-coordinate representation of color #ADDAE0: hue angle of 187.06º 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 #ADDAE0 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173218224-
CMYK0.230.0300.12
HSL187.06º45.13%77.84%-
HSV(B)187.06º22.77%87.84%-
XYZ55.7664.4180.01-
YUV205.23138.59105.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.13%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=28.13%
G=35.45%
B=36.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732182240.230.0300.12187.0645.1377.84
HexADDAE01730Cbb2d4e
Octal25533234027301427355116
Binary101011011101101011100000101111101100101110111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAE0; }

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

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

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

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

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

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

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

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