Html Css Color HEX #A7C0CD Heather

📋 copy color: '#A7C0CD'

red 167 ◦ green 192 ◦ blue 205

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

Shades of Heather #A7C0CD

Tints of Heather #A7C0CD

RGB

 RED value IS 167 (65.63% from 255) = 29.61%

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

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

R = 29.61%
G = 34.04%
B = 36.35%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A7C0CD (or 0xA7C0CD) is known color: Heather. HEX triplet: A7, C0 and CD. RGB value is (167,192,205). Sum of RGB (Red+Green+Blue) = 167+192+205=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C0CD is #583F32. Grayscale: #B9B9B9. Windows color (decimal): -5783347 or 13484199. OLE color: 13484199.

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

Color convert

RGB 167 192 205 -
CMYK 0.19 0.06 0 0.20
HSL 200.53º 0.28% 0.73% -
HSV(B) 200.53º 0.19% 0.8% -
XYZ 45.81 50.32 65.06 -
YUV 186.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 167 192 205 0.19 0.06 0 0.20 200.53 0.28 0.73
Hex A7 C0 CD 13 6 0 14 C9 1C 49
Octal 247 300 315 23 6 0 24 311 34 111
Binary 10100111 11000000 11001101 10011 110 0 10100 11001001 11100 1001001

Color Harmonies of #A7C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C0CD

Black with #A7C0CD

Text Example


Text Example

White with #A7C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C0CD; }

 p { color: rgb(167,192,205); }

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

background-color css

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

 a { background-color: rgb(167,192,205); }

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

border-color css

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

 span { border-color: rgb(167,192,205); }

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