Html Css Color HEX #A6C1CA Heather

📋 copy color: '#A6C1CA'

red 166 ◦ green 193 ◦ blue 202

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

Shades of Heather #A6C1CA

Tints of Heather #A6C1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.01%

R = 29.59%
G = 34.4%
B = 36.01%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6C1CA (or 0xA6C1CA) is known color: Heather. HEX triplet: A6, C1 and CA. RGB value is (166,193,202). Sum of RGB (Red+Green+Blue) = 166+193+202=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6C1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1CA is #593E35. Grayscale: #B9B9B9. Windows color (decimal): -5848630 or 13287846. OLE color: 13287846.

HSL color Cylindrical-coordinate representation of color #A6C1CA: hue angle of 195º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6C1CA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 193 202 -
CMYK 0.18 0.04 0 0.21
HSL 195º 0.25% 0.72% -
HSV(B) 195º 0.18% 0.79% -
XYZ 45.46 50.51 63.23 -
YUV 185.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 166 193 202 0.18 0.04 0 0.21 195 0.25 0.72
Hex A6 C1 CA 12 4 0 15 C3 19 48
Octal 246 301 312 22 4 0 25 303 31 110
Binary 10100110 11000001 11001010 10010 100 0 10101 11000011 11001 1001000

Color Harmonies of #A6C1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C1CA

Black with #A6C1CA

Text Example


Text Example

White with #A6C1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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