#ACC9DB

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

Shades of Spindle #ACC9DB

Tints of Spindle #ACC9DB

Color information

#ACC9DB (or 0xACC9DB) is unknown color: approx Spindle. HEX triplet: AC, C9 and DB. RGB value is (172,201,219). Sum of RGB (Red+Green+Blue) = 172+201+219=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9DB is #533624. Grayscale: #C2C2C2. Windows color (decimal): -5453349 or 14404012. OLE color: 14404012.

HSL color Cylindrical-coordinate representation of color #ACC9DB: hue angle of 202.98º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC9DB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172201219-
CMYK0.210.0800.14
HSL202.98º39.5%76.67%-
HSV(B)202.98º21.46%85.88%-
XYZ50.6955.6675.09-
YUV194.38141.89112.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=29.05%
G=33.95%
B=36.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722012190.210.0800.14202.9839.576.67
HexACC9DB1580Ecb274d
Octal254311333251001631347115
Binary10101100110010011101101110101100001110110010111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9DB; }

 p { color: rgb(172,201,219); }

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

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

 a { background-color: rgb(172,201,219); }

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

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

 span { border-color: rgb(172,201,219); }

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