Html Css Color HEX #A3C0CB Heather

📋 copy color: '#A3C0CB'

red 163 ◦ green 192 ◦ blue 203

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

Shades of Heather #A3C0CB

Tints of Heather #A3C0CB

RGB

 RED value IS 163 (64.06% from 255) = 29.21%

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

 BLUE value IS 203 (79.69% from 255) = 36.38%

R = 29.21%
G = 34.41%
B = 36.38%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A3C0CB (or 0xA3C0CB) is known color: Heather. HEX triplet: A3, C0 and CB. RGB value is (163,192,203). Sum of RGB (Red+Green+Blue) = 163+192+203=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0CB is #5C3F34. Grayscale: #B8B8B8. Windows color (decimal): -6045493 or 13353123. OLE color: 13353123.

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

Color convert

RGB 163 192 203 -
CMYK 0.20 0.05 0 0.20
HSL 196.5º 0.28% 0.72% -
HSV(B) 196.5º 0.2% 0.8% -
XYZ 44.73 49.8 63.75 -
YUV 184.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 163 192 203 0.20 0.05 0 0.20 196.5 0.28 0.72
Hex A3 C0 CB 14 5 0 14 C4 1C 48
Octal 243 300 313 24 5 0 24 304 34 110
Binary 10100011 11000000 11001011 10100 101 0 10100 11000100 11100 1001000

Color Harmonies of #A3C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C0CB

Black with #A3C0CB

Text Example


Text Example

White with #A3C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C0CB; }

 p { color: rgb(163,192,203); }

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

background-color css

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

 a { background-color: rgb(163,192,203); }

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

border-color css

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

 span { border-color: rgb(163,192,203); }

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