#ABC0D7

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

Shades of Spindle #ABC0D7

Tints of Spindle #ABC0D7

Color information

#ABC0D7 (or 0xABC0D7) is unknown color: approx Spindle. HEX triplet: AB, C0 and D7. RGB value is (171,192,215). Sum of RGB (Red+Green+Blue) = 171+192+215=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABC0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0D7 is #543F28. Grayscale: #BCBCBC. Windows color (decimal): -5521193 or 14139563. OLE color: 14139563.

HSL color Cylindrical-coordinate representation of color #ABC0D7: hue angle of 211.36º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABC0D7 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171192215-
CMYK0.200.1100.16
HSL211.36º35.48%75.69%-
HSV(B)211.36º20.47%84.31%-
XYZ47.9151.2671.66-
YUV188.34143.04115.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 192 (75.39% from 255) = 33.22%
BLUE value IS 215 (84.38% from 255) = 37.20%
R=29.58%
G=33.22%
B=37.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711922150.200.1100.16211.3635.4875.69
HexABC0D714B010d3234c
Octal253300327241302032343114
Binary101010111100000011010111101001011010000110100111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0D7; }

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

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

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

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

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

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

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

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