Html Css Color HEX #A8C3CB Heather

📋 copy color: '#A8C3CB'

red 168 ◦ green 195 ◦ blue 203

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

Shades of Heather #A8C3CB

Tints of Heather #A8C3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.45%

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

R = 29.68%
G = 34.45%
B = 35.87%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8C3CB (or 0xA8C3CB) is known color: Heather. HEX triplet: A8, C3 and CB. RGB value is (168,195,203). Sum of RGB (Red+Green+Blue) = 168+195+203=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C3CB is #573C34. Grayscale: #BBBBBB. Windows color (decimal): -5717045 or 13353896. OLE color: 13353896.

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

Color convert

RGB 168 195 203 -
CMYK 0.17 0.04 0 0.20
HSL 193.71º 0.25% 0.73% -
HSV(B) 193.71º 0.17% 0.8% -
XYZ 46.44 51.67 64.02 -
YUV 187.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 168 195 203 0.17 0.04 0 0.20 193.71 0.25 0.73
Hex A8 C3 CB 11 4 0 14 C2 19 49
Octal 250 303 313 21 4 0 24 302 31 111
Binary 10101000 11000011 11001011 10001 100 0 10100 11000010 11001 1001001

Color Harmonies of #A8C3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C3CB

Black with #A8C3CB

Text Example


Text Example

White with #A8C3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C3CB; }

 p { color: rgb(168,195,203); }

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

background-color css

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

 a { background-color: rgb(168,195,203); }

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

border-color css

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

 span { border-color: rgb(168,195,203); }

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