Html Css Color HEX #A8C1CB Heather

📋 copy color: '#A8C1CB'

red 168 ◦ green 193 ◦ blue 203

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

Shades of Heather #A8C1CB

Tints of Heather #A8C1CB

RGB

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

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

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

R = 29.79%
G = 34.22%
B = 35.99%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8C1CB (or 0xA8C1CB) is known color: Heather. HEX triplet: A8, C1 and CB. RGB value is (168,193,203). Sum of RGB (Red+Green+Blue) = 168+193+203=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8C1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1CB is #573E34. Grayscale: #BABABA. Windows color (decimal): -5717557 or 13353384. OLE color: 13353384.

HSL color Cylindrical-coordinate representation of color #A8C1CB: hue angle of 197.14º 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 #A8C1CB is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 193 203 -
CMYK 0.17 0.05 0 0.20
HSL 197.14º 0.25% 0.73% -
HSV(B) 197.14º 0.17% 0.8% -
XYZ 46 50.78 63.88 -
YUV 186.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 168 193 203 0.17 0.05 0 0.20 197.14 0.25 0.73
Hex A8 C1 CB 11 5 0 14 C5 19 49
Octal 250 301 313 21 5 0 24 305 31 111
Binary 10101000 11000001 11001011 10001 101 0 10100 11000101 11001 1001001

Color Harmonies of #A8C1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C1CB

Black with #A8C1CB

Text Example


Text Example

White with #A8C1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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