#ADDDE0

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

Shades of Powder Blue #ADDDE0

Tints of Powder Blue #ADDDE0

Color information

#ADDDE0 (or 0xADDDE0) is unknown color: approx Powder Blue. HEX triplet: AD, DD and E0. RGB value is (173,221,224). Sum of RGB (Red+Green+Blue) = 173+221+224=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDE0 is #52221F. Grayscale: #CECECE. Windows color (decimal): -5382688 or 14736813. OLE color: 14736813.

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

Color convert

RGB173221224-
CMYK0.230.0100.12
HSL183.53º45.13%77.84%-
HSV(B)183.53º22.77%87.84%-
XYZ56.5465.9880.28-
YUV206.99137.6103.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=27.99%
G=35.76%
B=36.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732212240.230.0100.12183.5345.1377.84
HexADDDE01710Cb82d4e
Octal25533534027101427055116
Binary10101101110111011110000010111101100101110001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDE0; }

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

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

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

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

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

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

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

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