#ADDAE1

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

Shades of Powder Blue #ADDAE1

Tints of Powder Blue #ADDAE1

Color information

#ADDAE1 (or 0xADDAE1) is unknown color: approx Powder Blue. HEX triplet: AD, DA and E1. RGB value is (173,218,225). Sum of RGB (Red+Green+Blue) = 173+218+225=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADDAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAE1 is #52251E. Grayscale: #CDCDCD. Windows color (decimal): -5383455 or 14801581. OLE color: 14801581.

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

Color convert

RGB173218225-
CMYK0.230.0300.12
HSL188.08º46.43%78.04%-
HSV(B)188.08º23.11%88.24%-
XYZ55.964.4680.73-
YUV205.34139.09104.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 225 (88.28% from 255) = 36.53%
R=28.08%
G=35.39%
B=36.53%

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
Decimal1732182250.230.0300.12188.0846.4378.04
HexADDAE11730Cbc2e4e
Octal25533234127301427456116
Binary101011011101101011100001101111101100101111001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAE1; }

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

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

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

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

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

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

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

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