#ABBED6

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

Shades of Spindle #ABBED6

Tints of Spindle #ABBED6

Color information

#ABBED6 (or 0xABBED6) is unknown color: approx Spindle. HEX triplet: AB, BE and D6. RGB value is (171,190,214). Sum of RGB (Red+Green+Blue) = 171+190+214=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABBED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED6 is #544129. Grayscale: #BABABA. Windows color (decimal): -5521706 or 14073515. OLE color: 14073515.

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

Color convert

RGB171190214-
CMYK0.200.1100.16
HSL213.49º34.4%75.49%-
HSV(B)213.49º20.09%83.92%-
XYZ47.3550.3470.84-
YUV187.06143.21116.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 214 (83.98% from 255) = 37.22%
R=29.74%
G=33.04%
B=37.22%

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
Decimal1711902140.200.1100.16213.4934.475.49
HexABBED614B010d5224b
Octal253276326241302032542113
Binary101010111011111011010110101001011010000110101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBED6; }

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

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

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

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

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

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

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

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