Html Css Color HEX #A8C0CD Heather

📋 copy color: '#A8C0CD'

red 168 ◦ green 192 ◦ blue 205

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

Shades of Heather #A8C0CD

Tints of Heather #A8C0CD

RGB

 RED value IS 168 (66.02% from 255) = 29.73%

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

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 29.73%
G = 33.98%
B = 36.28%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8C0CD (or 0xA8C0CD) is known color: Heather. HEX triplet: A8, C0 and CD. RGB value is (168,192,205). Sum of RGB (Red+Green+Blue) = 168+192+205=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C0CD is #573F32. Grayscale: #BABABA. Windows color (decimal): -5717811 or 13484200. OLE color: 13484200.

HSL color Cylindrical-coordinate representation of color #A8C0CD: hue angle of 201.08º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8C0CD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 192 205 -
CMYK 0.18 0.06 0 0.20
HSL 201.08º 0.27% 0.73% -
HSV(B) 201.08º 0.18% 0.8% -
XYZ 46.02 50.43 65.07 -
YUV 186.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 168 192 205 0.18 0.06 0 0.20 201.08 0.27 0.73
Hex A8 C0 CD 12 6 0 14 C9 1B 49
Octal 250 300 315 22 6 0 24 311 33 111
Binary 10101000 11000000 11001101 10010 110 0 10100 11001001 11011 1001001

Color Harmonies of #A8C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C0CD

Black with #A8C0CD

Text Example


Text Example

White with #A8C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C0CD; }

 p { color: rgb(168,192,205); }

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

background-color css

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

 a { background-color: rgb(168,192,205); }

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

border-color css

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

 span { border-color: rgb(168,192,205); }

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