#ABC6DA

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

Shades of Spindle #ABC6DA

Tints of Spindle #ABC6DA

Color information

#ABC6DA (or 0xABC6DA) is unknown color: approx Spindle. HEX triplet: AB, C6 and DA. RGB value is (171,198,218). Sum of RGB (Red+Green+Blue) = 171+198+218=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6DA is #543925. Grayscale: #C0C0C0. Windows color (decimal): -5519654 or 14337707. OLE color: 14337707.

HSL color Cylindrical-coordinate representation of color #ABC6DA: hue angle of 205.53º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC6DA is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171198218-
CMYK0.220.0900.15
HSL205.53º38.84%76.27%-
HSV(B)205.53º21.56%85.49%-
XYZ49.6454.1174.16-
YUV192.21142.55112.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=29.13%
G=33.73%
B=37.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711982180.220.0900.15205.5338.8476.27
HexABC6DA1690Fce274c
Octal253306332261101731647114
Binary10101011110001101101101010110100101111110011101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC6DA; }

 p { color: rgb(171,198,218); }

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

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

 a { background-color: rgb(171,198,218); }

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

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

 span { border-color: rgb(171,198,218); }

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