Html Css Color HEX #AAC1CB Heather

📋 copy color: '#AAC1CB'

red 170 ◦ green 193 ◦ blue 203

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

Shades of Heather #AAC1CB

Tints of Heather #AAC1CB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.1%

 BLUE value IS 203 (79.69% from 255) = 35.87%

R = 30.04%
G = 34.1%
B = 35.87%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAC1CB (or 0xAAC1CB) is known color: Heather. HEX triplet: AA, C1 and CB. RGB value is (170,193,203). Sum of RGB (Red+Green+Blue) = 170+193+203=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1CB is #553E34. Grayscale: #BBBBBB. Windows color (decimal): -5586485 or 13353386. OLE color: 13353386.

HSL color Cylindrical-coordinate representation of color #AAC1CB: hue angle of 198.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC1CB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 193 203 -
CMYK 0.16 0.05 0 0.20
HSL 198.18º 0.24% 0.73% -
HSV(B) 198.18º 0.16% 0.8% -
XYZ 46.43 51 63.9 -
YUV 187.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 170 193 203 0.16 0.05 0 0.20 198.18 0.24 0.73
Hex AA C1 CB 10 5 0 14 C6 18 49
Octal 252 301 313 20 5 0 24 306 30 111
Binary 10101010 11000001 11001011 10000 101 0 10100 11000110 11000 1001001

Color Harmonies of #AAC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC1CB

Black with #AAC1CB

Text Example


Text Example

White with #AAC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC1CB; }

 p { color: rgb(170,193,203); }

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

background-color css

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

 a { background-color: rgb(170,193,203); }

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

border-color css

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

 span { border-color: rgb(170,193,203); }

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