Html Css Color HEX #AADCDD Powder Blue

📋 copy color: '#AADCDD'

red 170 ◦ green 220 ◦ blue 221

#AADCDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #AADCDD

Tints of Powder Blue #AADCDD

RGB

 RED value IS 170 (66.8% from 255) = 27.82%

 GREEN value IS 220 (86.33% from 255) = 36.01%

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 27.82%
G = 36.01%
B = 36.17%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AADCDD (or 0xAADCDD) is known color: Powder Blue. HEX triplet: AA, DC and DD. RGB value is (170,220,221). Sum of RGB (Red+Green+Blue) = 170+220+221=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #AADCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCDD is #552322. Grayscale: #CDCDCD. Windows color (decimal): -5579555 or 14539946. OLE color: 14539946.

HSL color Cylindrical-coordinate representation of color #AADCDD: hue angle of 181.18º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCDD is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 220 221 -
CMYK 0.23 0.00 0 0.13
HSL 181.18º 0.43% 0.77% -
HSV(B) 181.18º 0.23% 0.87% -
XYZ 55.22 64.95 78.03 -
YUV 205.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 170 220 221 0.23 0.00 0 0.13 181.18 0.43 0.77
Hex AA DC DD 17 0 0 D B5 2B 4D
Octal 252 334 335 27 0 0 15 265 53 115
Binary 10101010 11011100 11011101 10111 0 0 1101 10110101 101011 1001101

Color Harmonies of #AADCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCDD

Black with #AADCDD

Text Example


Text Example

White with #AADCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCDD; }

 p { color: rgb(170,220,221); }

 H1.HeaderClassName
 {
   color: #AADCDD;
 }
 .AnyTagClassName
 {
   color: #AADCDD;
 }
</style>

background-color css

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

 a { background-color: rgb(170,220,221); }

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

border-color css

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

 span { border-color: rgb(170,220,221); }

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