#ABC8DA

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

Shades of Spindle #ABC8DA

Tints of Spindle #ABC8DA

Color information

#ABC8DA (or 0xABC8DA) is unknown color: approx Spindle. HEX triplet: AB, C8 and DA. RGB value is (171,200,218). Sum of RGB (Red+Green+Blue) = 171+200+218=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABC8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8DA is #543725. Grayscale: #C1C1C1. Windows color (decimal): -5519142 or 14338219. OLE color: 14338219.

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

Color convert

RGB171200218-
CMYK0.220.0800.15
HSL202.98º38.84%76.27%-
HSV(B)202.98º21.56%85.49%-
XYZ50.155.0374.31-
YUV193.38141.89112.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 200 (78.52% from 255) = 33.96%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=29.03%
G=33.96%
B=37.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712002180.220.0800.15202.9838.8476.27
HexABC8DA1680Fcb274c
Octal253310332261001731347114
Binary10101011110010001101101010110100001111110010111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8DA; }

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

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

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

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

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

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

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

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