Html Css Color HEX #A9C3CD Heather

📋 copy color: '#A9C3CD'

red 169 ◦ green 195 ◦ blue 205

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

Shades of Heather #A9C3CD

Tints of Heather #A9C3CD

RGB

 RED value IS 169 (66.41% from 255) = 29.7%

 GREEN value IS 195 (76.56% from 255) = 34.27%

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 29.7%
G = 34.27%
B = 36.03%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9C3CD (or 0xA9C3CD) is known color: Heather. HEX triplet: A9, C3 and CD. RGB value is (169,195,205). Sum of RGB (Red+Green+Blue) = 169+195+205=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9C3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3CD is #563C32. Grayscale: #BCBCBC. Windows color (decimal): -5651507 or 13484969. OLE color: 13484969.

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

Color convert

RGB 169 195 205 -
CMYK 0.18 0.05 0 0.20
HSL 196.67º 0.26% 0.73% -
HSV(B) 196.67º 0.18% 0.8% -
XYZ 46.9 51.87 65.3 -
YUV 188.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 169 195 205 0.18 0.05 0 0.20 196.67 0.26 0.73
Hex A9 C3 CD 12 5 0 14 C5 1A 49
Octal 251 303 315 22 5 0 24 305 32 111
Binary 10101001 11000011 11001101 10010 101 0 10100 11000101 11010 1001001

Color Harmonies of #A9C3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C3CD

Black with #A9C3CD

Text Example


Text Example

White with #A9C3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C3CD; }

 p { color: rgb(169,195,205); }

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

background-color css

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

 a { background-color: rgb(169,195,205); }

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

border-color css

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

 span { border-color: rgb(169,195,205); }

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