Html Css Color HEX #A9C0CB Heather

📋 copy color: '#A9C0CB'

red 169 ◦ green 192 ◦ blue 203

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

Shades of Heather #A9C0CB

Tints of Heather #A9C0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.04%

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

R = 29.96%
G = 34.04%
B = 35.99%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9C0CB (or 0xA9C0CB) is known color: Heather. HEX triplet: A9, C0 and CB. RGB value is (169,192,203). Sum of RGB (Red+Green+Blue) = 169+192+203=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0CB is #563F34. Grayscale: #BABABA. Windows color (decimal): -5652277 or 13353129. OLE color: 13353129.

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

Color convert

RGB 169 192 203 -
CMYK 0.17 0.05 0 0.20
HSL 199.41º 0.25% 0.73% -
HSV(B) 199.41º 0.17% 0.8% -
XYZ 45.99 50.45 63.81 -
YUV 186.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 169 192 203 0.17 0.05 0 0.20 199.41 0.25 0.73
Hex A9 C0 CB 11 5 0 14 C7 19 49
Octal 251 300 313 21 5 0 24 307 31 111
Binary 10101001 11000000 11001011 10001 101 0 10100 11000111 11001 1001001

Color Harmonies of #A9C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C0CB

Black with #A9C0CB

Text Example


Text Example

White with #A9C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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