#ABC1CF

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

Shades of Heather #ABC1CF

Tints of Heather #ABC1CF

Color information

#ABC1CF (or 0xABC1CF) is unknown color: approx Heather. HEX triplet: AB, C1 and CF. RGB value is (171,193,207). Sum of RGB (Red+Green+Blue) = 171+193+207=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1CF is #543E30. Grayscale: #BBBBBB. Windows color (decimal): -5520945 or 13615531. OLE color: 13615531.

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

Color convert

RGB171193207-
CMYK0.170.0700.19
HSL203.33º27.27%74.12%-
HSV(B)203.33º17.39%81.18%-
XYZ47.1351.366.45-
YUV188.02138.71115.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=29.95%
G=33.80%
B=36.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711932070.170.0700.19203.3327.2774.12
HexABC1CF117013cb1b4a
Octal25330131721702331333112
Binary1010101111000001110011111000111101001111001011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1CF; }

 p { color: rgb(171,193,207); }

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

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

 a { background-color: rgb(171,193,207); }

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

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

 span { border-color: rgb(171,193,207); }

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