#ABBED5

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

Shades of Spindle #ABBED5

Tints of Spindle #ABBED5

Color information

#ABBED5 (or 0xABBED5) is unknown color: approx Spindle. HEX triplet: AB, BE and D5. RGB value is (171,190,213). Sum of RGB (Red+Green+Blue) = 171+190+213=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED5 is #54412A. Grayscale: #BABABA. Windows color (decimal): -5521707 or 14007979. OLE color: 14007979.

HSL color Cylindrical-coordinate representation of color #ABBED5: hue angle of 212.86º 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 #ABBED5 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171190213-
CMYK0.200.1100.16
HSL212.86º33.33%75.29%-
HSV(B)212.86º19.72%83.53%-
XYZ47.2250.2970.17-
YUV186.94142.71116.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 213 (83.59% from 255) = 37.11%
R=29.79%
G=33.10%
B=37.11%

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
Decimal1711902130.200.1100.16212.8633.3375.29
HexABBED514B010d5214b
Octal253276325241302032541113
Binary101010111011111011010101101001011010000110101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBED5; }

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

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

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

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

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

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

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

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