Html Css Color HEX #AAC1CE Heather

📋 copy color: '#AAC1CE'

red 170 ◦ green 193 ◦ blue 206

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

Shades of Heather #AAC1CE

Tints of Heather #AAC1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 29.88%
G = 33.92%
B = 36.2%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAC1CE (or 0xAAC1CE) is known color: Heather. HEX triplet: AA, C1 and CE. RGB value is (170,193,206). Sum of RGB (Red+Green+Blue) = 170+193+206=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAC1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1CE is #553E31. Grayscale: #BBBBBB. Windows color (decimal): -5586482 or 13549994. OLE color: 13549994.

HSL color Cylindrical-coordinate representation of color #AAC1CE: hue angle of 201.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC1CE is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 193 206 -
CMYK 0.17 0.06 0 0.19
HSL 201.67º 0.27% 0.74% -
HSV(B) 201.67º 0.17% 0.81% -
XYZ 46.79 51.14 65.8 -
YUV 187.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 170 193 206 0.17 0.06 0 0.19 201.67 0.27 0.74
Hex AA C1 CE 11 6 0 13 CA 1B 4A
Octal 252 301 316 21 6 0 23 312 33 112
Binary 10101010 11000001 11001110 10001 110 0 10011 11001010 11011 1001010

Color Harmonies of #AAC1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC1CE

Black with #AAC1CE

Text Example


Text Example

White with #AAC1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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