#ABBDD0

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

Shades of Spindle #ABBDD0

Tints of Spindle #ABBDD0

Color information

#ABBDD0 (or 0xABBDD0) is unknown color: approx Spindle. HEX triplet: AB, BD and D0. RGB value is (171,189,208). Sum of RGB (Red+Green+Blue) = 171+189+208=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD0 is #54422F. Grayscale: #B9B9B9. Windows color (decimal): -5521968 or 13680043. OLE color: 13680043.

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

Color convert

RGB171189208-
CMYK0.180.0900.18
HSL210.81º28.24%74.31%-
HSV(B)210.81º17.79%81.57%-
XYZ46.3849.6166.81-
YUV185.78140.54117.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=30.11%
G=33.27%
B=36.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711892080.180.0900.18210.8128.2474.31
HexABBDD0129012d31c4a
Octal253275320221102232334112
Binary10101011101111011101000010010100101001011010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDD0; }

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

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

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

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

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

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

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

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