#ABC5DA

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

Shades of Spindle #ABC5DA

Tints of Spindle #ABC5DA

Color information

#ABC5DA (or 0xABC5DA) is unknown color: approx Spindle. HEX triplet: AB, C5 and DA. RGB value is (171,197,218). Sum of RGB (Red+Green+Blue) = 171+197+218=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5DA is #543A25. Grayscale: #BFBFBF. Windows color (decimal): -5519910 or 14337451. OLE color: 14337451.

HSL color Cylindrical-coordinate representation of color #ABC5DA: hue angle of 206.81º 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 #ABC5DA is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171197218-
CMYK0.220.1000.15
HSL206.81º38.84%76.27%-
HSV(B)206.81º21.56%85.49%-
XYZ49.4253.6574.08-
YUV191.62142.89113.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.18%
GREEN value IS 197 (77.34% from 255) = 33.62%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=29.18%
G=33.62%
B=37.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711972180.220.1000.15206.8138.8476.27
HexABC5DA16A0Fcf274c
Octal253305332261201731747114
Binary10101011110001011101101010110101001111110011111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5DA; }

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

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

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

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

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

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

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

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