Html Css Color HEX #A3C0CE Heather

📋 copy color: '#A3C0CE'

red 163 ◦ green 192 ◦ blue 206

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

Shades of Heather #A3C0CE

Tints of Heather #A3C0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 29.06%
G = 34.22%
B = 36.72%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A3C0CE (or 0xA3C0CE) is known color: Heather. HEX triplet: A3, C0 and CE. RGB value is (163,192,206). Sum of RGB (Red+Green+Blue) = 163+192+206=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0CE is #5C3F31. Grayscale: #B8B8B8. Windows color (decimal): -6045490 or 13549731. OLE color: 13549731.

HSL color Cylindrical-coordinate representation of color #A3C0CE: hue angle of 199.53º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3C0CE is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 192 206 -
CMYK 0.21 0.07 0 0.19
HSL 199.53º 0.3% 0.72% -
HSV(B) 199.53º 0.21% 0.81% -
XYZ 45.09 49.94 65.66 -
YUV 184.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 163 192 206 0.21 0.07 0 0.19 199.53 0.3 0.72
Hex A3 C0 CE 15 7 0 13 C8 1E 48
Octal 243 300 316 25 7 0 23 310 36 110
Binary 10100011 11000000 11001110 10101 111 0 10011 11001000 11110 1001000

Color Harmonies of #A3C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C0CE

Black with #A3C0CE

Text Example


Text Example

White with #A3C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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