Html Css Color HEX #A9C1C7 Heather

📋 copy color: '#A9C1C7'

red 169 ◦ green 193 ◦ blue 199

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

Shades of Heather #A9C1C7

Tints of Heather #A9C1C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.47%

R = 30.12%
G = 34.4%
B = 35.47%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A9C1C7 (or 0xA9C1C7) is known color: Heather. HEX triplet: A9, C1 and C7. RGB value is (169,193,199). Sum of RGB (Red+Green+Blue) = 169+193+199=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #A9C1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1C7 is #563E38. Grayscale: #BABABA. Windows color (decimal): -5652025 or 13091241. OLE color: 13091241.

HSL color Cylindrical-coordinate representation of color #A9C1C7: hue angle of 192º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9C1C7 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 193 199 -
CMYK 0.15 0.03 0 0.22
HSL 192º 0.21% 0.72% -
HSV(B) 192º 0.15% 0.78% -
XYZ 45.74 50.7 61.41 -
YUV 186.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 169 193 199 0.15 0.03 0 0.22 192 0.21 0.72
Hex A9 C1 C7 F 3 0 16 C0 15 48
Octal 251 301 307 17 3 0 26 300 25 110
Binary 10101001 11000001 11000111 1111 11 0 10110 11000000 10101 1001000

Color Harmonies of #A9C1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C1C7

Black with #A9C1C7

Text Example


Text Example

White with #A9C1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C1C7; }

 p { color: rgb(169,193,199); }

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

background-color css

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

 a { background-color: rgb(169,193,199); }

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

border-color css

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

 span { border-color: rgb(169,193,199); }

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