#ABBCD5

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

Shades of Spindle #ABBCD5

Tints of Spindle #ABBCD5

Color information

#ABBCD5 (or 0xABBCD5) is unknown color: approx Spindle. HEX triplet: AB, BC and D5. RGB value is (171,188,213). Sum of RGB (Red+Green+Blue) = 171+188+213=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABBCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCD5 is #54432A. Grayscale: #B9B9B9. Windows color (decimal): -5522219 or 14007467. OLE color: 14007467.

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

Color convert

RGB171188213-
CMYK0.200.1200.16
HSL215.71º33.33%75.29%-
HSV(B)215.71º19.72%83.53%-
XYZ46.7949.4370.03-
YUV185.77143.37117.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=29.90%
G=32.87%
B=37.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711882130.200.1200.16215.7133.3375.29
HexABBCD514C010d8214b
Octal253274325241402033041113
Binary101010111011110011010101101001100010000110110001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCD5; }

 p { color: rgb(171,188,213); }

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

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

 a { background-color: rgb(171,188,213); }

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

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

 span { border-color: rgb(171,188,213); }

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