#ABC5CB

Color #ABC5CB Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #ABC5CB

Tints of Heather #ABC5CB

Color information

#ABC5CB (or 0xABC5CB) is unknown color: approx Heather. HEX triplet: AB, C5 and CB. RGB value is (171,197,203). Sum of RGB (Red+Green+Blue) = 171+197+203=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5CB is #543A34. Grayscale: #BDBDBD. Windows color (decimal): -5519925 or 13354411. OLE color: 13354411.

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

Color convert

RGB171197203-
CMYK0.160.0300.20
HSL191.25º23.53%73.33%-
HSV(B)191.25º15.76%79.61%-
XYZ47.5452.964.21-
YUV189.91135.39114.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=29.95%
G=34.50%
B=35.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711972030.160.0300.20191.2523.5373.33
HexABC5CB103014bf1849
Octal25330531320302427730111
Binary101010111100010111001011100001101010010111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5CB; }

 p { color: rgb(171,197,203); }

 H1.HeaderClassName
 {
   color: #ABC5CB;
 }
 .AnyTagClassName
 {
   color: #ABC5CB;
 }
</style>
background-color css

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

 a { background-color: rgb(171,197,203); }

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

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

 span { border-color: rgb(171,197,203); }

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