Html Css Color HEX #AADCE0 Powder Blue

📋 copy color: '#AADCE0'

red 170 ◦ green 220 ◦ blue 224

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

Shades of Powder Blue #AADCE0

Tints of Powder Blue #AADCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.48%

R = 27.69%
G = 35.83%
B = 36.48%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AADCE0 (or 0xAADCE0) is known color: Powder Blue. HEX triplet: AA, DC and E0. RGB value is (170,220,224). Sum of RGB (Red+Green+Blue) = 170+220+224=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #AADCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCE0 is #55231F. Grayscale: #CDCDCD. Windows color (decimal): -5579552 or 14736554. OLE color: 14736554.

HSL color Cylindrical-coordinate representation of color #AADCE0: hue angle of 184.44º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADCE0 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 220 224 -
CMYK 0.24 0.02 0 0.12
HSL 184.44º 0.47% 0.77% -
HSV(B) 184.44º 0.24% 0.88% -
XYZ 55.63 65.11 80.16 -
YUV 205.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 170 220 224 0.24 0.02 0 0.12 184.44 0.47 0.77
Hex AA DC E0 18 2 0 C B8 2F 4D
Octal 252 334 340 30 2 0 14 270 57 115
Binary 10101010 11011100 11100000 11000 10 0 1100 10111000 101111 1001101

Color Harmonies of #AADCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCE0

Black with #AADCE0

Text Example


Text Example

White with #AADCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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