Html Css Color HEX #A2C1CC Heather

📋 copy color: '#A2C1CC'

red 162 ◦ green 193 ◦ blue 204

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

Shades of Heather #A2C1CC

Tints of Heather #A2C1CC

RGB

 RED value IS 162 (63.67% from 255) = 28.98%

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 28.98%
G = 34.53%
B = 36.49%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A2C1CC (or 0xA2C1CC) is known color: Heather. HEX triplet: A2, C1 and CC. RGB value is (162,193,204). Sum of RGB (Red+Green+Blue) = 162+193+204=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2C1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C1CC is #5D3E33. Grayscale: #B8B8B8. Windows color (decimal): -6110772 or 13418914. OLE color: 13418914.

HSL color Cylindrical-coordinate representation of color #A2C1CC: hue angle of 195.71º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2C1CC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 193 204 -
CMYK 0.21 0.05 0 0.2
HSL 195.71º 0.29% 0.72% -
HSV(B) 195.71º 0.21% 0.8% -
XYZ 44.87 50.18 64.45 -
YUV 184.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 162 193 204 0.21 0.05 0 0.2 195.71 0.29 0.72
Hex A2 C1 CC 15 5 0 14 C4 1D 48
Octal 242 301 314 25 5 0 24 304 35 110
Binary 10100010 11000001 11001100 10101 101 0 10100 11000100 11101 1001000

Color Harmonies of #A2C1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C1CC

Black with #A2C1CC

Text Example


Text Example

White with #A2C1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C1CC; }

 p { color: rgb(162,193,204); }

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

background-color css

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

 a { background-color: rgb(162,193,204); }

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

border-color css

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

 span { border-color: rgb(162,193,204); }

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