Html Css Color HEX #AADBDD Powder Blue

📋 copy color: '#AADBDD'

red 170 ◦ green 219 ◦ blue 221

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

Shades of Powder Blue #AADBDD

Tints of Powder Blue #AADBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.9%

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

R = 27.87%
G = 35.9%
B = 36.23%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AADBDD (or 0xAADBDD) is known color: Powder Blue. HEX triplet: AA, DB and DD. RGB value is (170,219,221). Sum of RGB (Red+Green+Blue) = 170+219+221=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #AADBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBDD is #552422. Grayscale: #CCCCCC. Windows color (decimal): -5579811 or 14539690. OLE color: 14539690.

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

Color convert

RGB 170 219 221 -
CMYK 0.23 0.01 0 0.13
HSL 182.35º 0.43% 0.77% -
HSV(B) 182.35º 0.23% 0.87% -
XYZ 54.96 64.43 77.95 -
YUV 204.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 170 219 221 0.23 0.01 0 0.13 182.35 0.43 0.77
Hex AA DB DD 17 1 0 D B6 2B 4D
Octal 252 333 335 27 1 0 15 266 53 115
Binary 10101010 11011011 11011101 10111 1 0 1101 10110110 101011 1001101

Color Harmonies of #AADBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBDD

Black with #AADBDD

Text Example


Text Example

White with #AADBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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