Html Css Color HEX #A6C0CD Heather

📋 copy color: '#A6C0CD'

red 166 ◦ green 192 ◦ blue 205

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

Shades of Heather #A6C0CD

Tints of Heather #A6C0CD

RGB

 RED value IS 166 (65.23% from 255) = 29.48%

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

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

R = 29.48%
G = 34.1%
B = 36.41%

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

#A6C0CD (or 0xA6C0CD) is known color: Heather. HEX triplet: A6, C0 and CD. RGB value is (166,192,205). Sum of RGB (Red+Green+Blue) = 166+192+205=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0CD is #593F32. Grayscale: #B9B9B9. Windows color (decimal): -5848883 or 13484198. OLE color: 13484198.

HSL color Cylindrical-coordinate representation of color #A6C0CD: hue angle of 200º 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 #A6C0CD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 192 205 -
CMYK 0.19 0.06 0 0.20
HSL 200º 0.28% 0.73% -
HSV(B) 200º 0.19% 0.8% -
XYZ 45.59 50.21 65.05 -
YUV 185.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 166 192 205 0.19 0.06 0 0.20 200 0.28 0.73
Hex A6 C0 CD 13 6 0 14 C8 1C 49
Octal 246 300 315 23 6 0 24 310 34 111
Binary 10100110 11000000 11001101 10011 110 0 10100 11001000 11100 1001001

Color Harmonies of #A6C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C0CD

Black with #A6C0CD

Text Example


Text Example

White with #A6C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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