Html Css Color HEX #AADCE1 Powder Blue

📋 copy color: '#AADCE1'

red 170 ◦ green 220 ◦ blue 225

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

Shades of Powder Blue #AADCE1

Tints of Powder Blue #AADCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.59%

R = 27.64%
G = 35.77%
B = 36.59%

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

#AADCE1 (or 0xAADCE1) is known color: Powder Blue. HEX triplet: AA, DC and E1. RGB value is (170,220,225). Sum of RGB (Red+Green+Blue) = 170+220+225=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #AADCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCE1 is #55231E. Grayscale: #CDCDCD. Windows color (decimal): -5579551 or 14802090. OLE color: 14802090.

HSL color Cylindrical-coordinate representation of color #AADCE1: hue angle of 185.45º degrees, saturation: 0.48, 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 #AADCE1 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 220 225 -
CMYK 0.24 0.02 0 0.12
HSL 185.45º 0.48% 0.77% -
HSV(B) 185.45º 0.24% 0.88% -
XYZ 55.76 65.17 80.87 -
YUV 205.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 170 220 225 0.24 0.02 0 0.12 185.45 0.48 0.77
Hex AA DC E1 18 2 0 C B9 30 4D
Octal 252 334 341 30 2 0 14 271 60 115
Binary 10101010 11011100 11100001 11000 10 0 1100 10111001 110000 1001101

Color Harmonies of #AADCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCE1

Black with #AADCE1

Text Example


Text Example

White with #AADCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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