#ABBDD1

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

Shades of Spindle #ABBDD1

Tints of Spindle #ABBDD1

Color information

#ABBDD1 (or 0xABBDD1) is unknown color: approx Spindle. HEX triplet: AB, BD and D1. RGB value is (171,189,209). Sum of RGB (Red+Green+Blue) = 171+189+209=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD1 is #54422E. Grayscale: #B9B9B9. Windows color (decimal): -5521967 or 13745579. OLE color: 13745579.

HSL color Cylindrical-coordinate representation of color #ABBDD1: hue angle of 211.58º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBDD1 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171189209-
CMYK0.180.1000.18
HSL211.58º29.23%74.51%-
HSV(B)211.58º18.18%81.96%-
XYZ46.549.6667.46-
YUV185.9141.04117.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 209 (82.03% from 255) = 36.73%
R=30.05%
G=33.22%
B=36.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711892090.180.1000.18211.5829.2374.51
HexABBDD112A012d41d4b
Octal253275321221202232435113
Binary10101011101111011101000110010101001001011010100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDD1; }

 p { color: rgb(171,189,209); }

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

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

 a { background-color: rgb(171,189,209); }

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

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

 span { border-color: rgb(171,189,209); }

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