#ADDFE5

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

Shades of Powder Blue #ADDFE5

Tints of Powder Blue #ADDFE5

Color information

#ADDFE5 (or 0xADDFE5) is unknown color: approx Powder Blue. HEX triplet: AD, DF and E5. RGB value is (173,223,229). Sum of RGB (Red+Green+Blue) = 173+223+229=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADDFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFE5 is #52201A. Grayscale: #D0D0D0. Windows color (decimal): -5382171 or 15065005. OLE color: 15065005.

HSL color Cylindrical-coordinate representation of color #ADDFE5: hue angle of 186.43º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDFE5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173223229-
CMYK0.240.0300.10
HSL186.43º51.85%78.82%-
HSV(B)186.43º24.45%89.8%-
XYZ57.7667.3284.08-
YUV208.73139.44102.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.68%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 229 (89.84% from 255) = 36.64%
R=27.68%
G=35.68%
B=36.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1732232290.240.0300.10186.4351.8578.82
HexADDFE51830Aba344f
Octal25533734530301227264117
Binary101011011101111111100101110001101010101110101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFE5; }

 p { color: rgb(173,223,229); }

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

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

 a { background-color: rgb(173,223,229); }

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

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

 span { border-color: rgb(173,223,229); }

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