Html Css Color HEX #AAC1CC Heather

📋 copy color: '#AAC1CC'

red 170 ◦ green 193 ◦ blue 204

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

Shades of Heather #AAC1CC

Tints of Heather #AAC1CC

RGB

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

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

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

R = 29.98%
G = 34.04%
B = 35.98%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AAC1CC (or 0xAAC1CC) is known color: Heather. HEX triplet: AA, C1 and CC. RGB value is (170,193,204). Sum of RGB (Red+Green+Blue) = 170+193+204=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1CC is #553E33. Grayscale: #BBBBBB. Windows color (decimal): -5586484 or 13418922. OLE color: 13418922.

HSL color Cylindrical-coordinate representation of color #AAC1CC: hue angle of 199.41º 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 #AAC1CC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 193 204 -
CMYK 0.17 0.05 0 0.2
HSL 199.41º 0.25% 0.73% -
HSV(B) 199.41º 0.17% 0.8% -
XYZ 46.55 51.05 64.53 -
YUV 187.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 170 193 204 0.17 0.05 0 0.2 199.41 0.25 0.73
Hex AA C1 CC 11 5 0 14 C7 19 49
Octal 252 301 314 21 5 0 24 307 31 111
Binary 10101010 11000001 11001100 10001 101 0 10100 11000111 11001 1001001

Color Harmonies of #AAC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC1CC

Black with #AAC1CC

Text Example


Text Example

White with #AAC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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