Html Css Color HEX #AADADB Powder Blue

📋 copy color: '#AADADB'

red 170 ◦ green 218 ◦ blue 219

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

Shades of Powder Blue #AADADB

Tints of Powder Blue #AADADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.91%

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 28.01%
G = 35.91%
B = 36.08%

CMYK

 C value IS 0.22

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AADADB (or 0xAADADB) is known color: Powder Blue. HEX triplet: AA, DA and DB. RGB value is (170,218,219). Sum of RGB (Red+Green+Blue) = 170+218+219=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #AADADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADADB is #552524. Grayscale: #CBCBCB. Windows color (decimal): -5580069 or 14408362. OLE color: 14408362.

HSL color Cylindrical-coordinate representation of color #AADADB: hue angle of 181.22º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADADB is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 218 219 -
CMYK 0.22 0.00 0 0.14
HSL 181.22º 0.4% 0.76% -
HSV(B) 181.22º 0.22% 0.86% -
XYZ 54.44 63.8 76.46 -
YUV 203.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 170 218 219 0.22 0.00 0 0.14 181.22 0.4 0.76
Hex AA DA DB 16 0 0 E B5 28 4C
Octal 252 332 333 26 0 0 16 265 50 114
Binary 10101010 11011010 11011011 10110 0 0 1110 10110101 101000 1001100

Color Harmonies of #AADADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADADB

Black with #AADADB

Text Example


Text Example

White with #AADADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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