#ABC0CF

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

Shades of Spindle #ABC0CF

Tints of Spindle #ABC0CF

Color information

#ABC0CF (or 0xABC0CF) is unknown color: approx Spindle. HEX triplet: AB, C0 and CF. RGB value is (171,192,207). Sum of RGB (Red+Green+Blue) = 171+192+207=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0CF is #543F30. Grayscale: #BBBBBB. Windows color (decimal): -5521201 or 13615275. OLE color: 13615275.

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

Color convert

RGB171192207-
CMYK0.170.0700.19
HSL205º27.27%74.12%-
HSV(B)205º17.39%81.18%-
XYZ46.9150.8666.38-
YUV187.43139.04116.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=30%
G=33.68%
B=36.32%

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
Decimal1711922070.170.0700.1920527.2774.12
HexABC0CF117013cd1b4a
Octal25330031721702331533112
Binary1010101111000000110011111000111101001111001101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0CF; }

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

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

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

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

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

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

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

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