Html Css Color HEX #AAC5CC Heather

📋 copy color: '#AAC5CC'

red 170 ◦ green 197 ◦ blue 204

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

Shades of Heather #AAC5CC

Tints of Heather #AAC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.5%

 BLUE value IS 204 (80.08% from 255) = 35.73%

R = 29.77%
G = 34.5%
B = 35.73%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AAC5CC (or 0xAAC5CC) is known color: Heather. HEX triplet: AA, C5 and CC. RGB value is (170,197,204). Sum of RGB (Red+Green+Blue) = 170+197+204=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5CC is #553A33. Grayscale: #BDBDBD. Windows color (decimal): -5585460 or 13419946. OLE color: 13419946.

HSL color Cylindrical-coordinate representation of color #AAC5CC: hue angle of 192.35º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC5CC is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 197 204 -
CMYK 0.17 0.03 0 0.2
HSL 192.35º 0.25% 0.73% -
HSV(B) 192.35º 0.17% 0.8% -
XYZ 47.44 52.84 64.83 -
YUV 189.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 170 197 204 0.17 0.03 0 0.2 192.35 0.25 0.73
Hex AA C5 CC 11 3 0 14 C0 19 49
Octal 252 305 314 21 3 0 24 300 31 111
Binary 10101010 11000101 11001100 10001 11 0 10100 11000000 11001 1001001

Color Harmonies of #AAC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5CC

Black with #AAC5CC

Text Example


Text Example

White with #AAC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5CC; }

 p { color: rgb(170,197,204); }

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

background-color css

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

 a { background-color: rgb(170,197,204); }

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

border-color css

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

 span { border-color: rgb(170,197,204); }

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