Html Css Color HEX #A6C1D1 Heather

📋 copy color: '#A6C1D1'

red 166 ◦ green 193 ◦ blue 209

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

Shades of Heather #A6C1D1

Tints of Heather #A6C1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.8%

R = 29.23%
G = 33.98%
B = 36.8%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A6C1D1 (or 0xA6C1D1) is known color: Heather. HEX triplet: A6, C1 and D1. RGB value is (166,193,209). Sum of RGB (Red+Green+Blue) = 166+193+209=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #A6C1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1D1 is #593E2E. Grayscale: #BABABA. Windows color (decimal): -5848623 or 13746598. OLE color: 13746598.

HSL color Cylindrical-coordinate representation of color #A6C1D1: hue angle of 202.33º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6C1D1 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 193 209 -
CMYK 0.21 0.08 0 0.18
HSL 202.33º 0.32% 0.74% -
HSV(B) 202.33º 0.21% 0.82% -
XYZ 46.3 50.85 67.7 -
YUV 186.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 166 193 209 0.21 0.08 0 0.18 202.33 0.32 0.74
Hex A6 C1 D1 15 8 0 12 CA 20 4A
Octal 246 301 321 25 10 0 22 312 40 112
Binary 10100110 11000001 11010001 10101 1000 0 10010 11001010 100000 1001010

Color Harmonies of #A6C1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C1D1

Black with #A6C1D1

Text Example


Text Example

White with #A6C1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C1D1; }

 p { color: rgb(166,193,209); }

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

background-color css

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

 a { background-color: rgb(166,193,209); }

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

border-color css

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

 span { border-color: rgb(166,193,209); }

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