#ABC4D8

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

Shades of Spindle #ABC4D8

Tints of Spindle #ABC4D8

Color information

#ABC4D8 (or 0xABC4D8) is unknown color: approx Spindle. HEX triplet: AB, C4 and D8. RGB value is (171,196,216). Sum of RGB (Red+Green+Blue) = 171+196+216=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABC4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4D8 is #543B27. Grayscale: #BEBEBE. Windows color (decimal): -5520168 or 14206123. OLE color: 14206123.

HSL color Cylindrical-coordinate representation of color #ABC4D8: hue angle of 206.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC4D8 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171196216-
CMYK0.210.0900.15
HSL206.67º36.59%75.88%-
HSV(B)206.67º20.83%84.71%-
XYZ48.9353.172.64-
YUV190.8142.22113.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=29.33%
G=33.62%
B=37.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711962160.210.0900.15206.6736.5975.88
HexABC4D81590Fcf254c
Octal253304330251101731745114
Binary10101011110001001101100010101100101111110011111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4D8; }

 p { color: rgb(171,196,216); }

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

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

 a { background-color: rgb(171,196,216); }

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

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

 span { border-color: rgb(171,196,216); }

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