#ADDDDF

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

Shades of Powder Blue #ADDDDF

Tints of Powder Blue #ADDDDF

Color information

#ADDDDF (or 0xADDDDF) is unknown color: approx Powder Blue. HEX triplet: AD, DD and DF. RGB value is (173,221,223). Sum of RGB (Red+Green+Blue) = 173+221+223=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDDF is #522220. Grayscale: #CECECE. Windows color (decimal): -5382689 or 14671277. OLE color: 14671277.

HSL color Cylindrical-coordinate representation of color #ADDDDF: hue angle of 182.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDDF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173221223-
CMYK0.220.0100.13
HSL182.4º43.86%77.65%-
HSV(B)182.4º22.42%87.45%-
XYZ56.4165.9279.56-
YUV206.88137.1103.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.04%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=28.04%
G=35.82%
B=36.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732212230.220.0100.13182.443.8677.65
HexADDDDF1610Db62c4e
Octal25533533726101526654116
Binary10101101110111011101111110110101101101101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDDF; }

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

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

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

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

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

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

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

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