Html Css Color HEX #A9C4CB Heather

📋 copy color: '#A9C4CB'

red 169 ◦ green 196 ◦ blue 203

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

Shades of Heather #A9C4CB

Tints of Heather #A9C4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.51%

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

R = 29.75%
G = 34.51%
B = 35.74%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9C4CB (or 0xA9C4CB) is known color: Heather. HEX triplet: A9, C4 and CB. RGB value is (169,196,203). Sum of RGB (Red+Green+Blue) = 169+196+203=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4CB is #563B34. Grayscale: #BCBCBC. Windows color (decimal): -5651253 or 13354153. OLE color: 13354153.

HSL color Cylindrical-coordinate representation of color #A9C4CB: 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 #A9C4CB is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 196 203 -
CMYK 0.17 0.03 0 0.20
HSL 192.35º 0.25% 0.73% -
HSV(B) 192.35º 0.17% 0.8% -
XYZ 46.88 52.23 64.11 -
YUV 188.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 169 196 203 0.17 0.03 0 0.20 192.35 0.25 0.73
Hex A9 C4 CB 11 3 0 14 C0 19 49
Octal 251 304 313 21 3 0 24 300 31 111
Binary 10101001 11000100 11001011 10001 11 0 10100 11000000 11001 1001001

Color Harmonies of #A9C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C4CB

Black with #A9C4CB

Text Example


Text Example

White with #A9C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C4CB; }

 p { color: rgb(169,196,203); }

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

background-color css

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

 a { background-color: rgb(169,196,203); }

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

border-color css

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

 span { border-color: rgb(169,196,203); }

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