#ACC6DB

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

Shades of Spindle #ACC6DB

Tints of Spindle #ACC6DB

Color information

#ACC6DB (or 0xACC6DB) is unknown color: approx Spindle. HEX triplet: AC, C6 and DB. RGB value is (172,198,219). Sum of RGB (Red+Green+Blue) = 172+198+219=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6DB is #533924. Grayscale: #C0C0C0. Windows color (decimal): -5454117 or 14403244. OLE color: 14403244.

HSL color Cylindrical-coordinate representation of color #ACC6DB: hue angle of 206.81º 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 #ACC6DB is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172198219-
CMYK0.210.1000.14
HSL206.81º39.5%76.67%-
HSV(B)206.81º21.46%85.88%-
XYZ49.9954.2774.86-
YUV192.62142.89113.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=29.20%
G=33.62%
B=37.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721982190.210.1000.14206.8139.576.67
HexACC6DB15A0Ecf274d
Octal254306333251201631747115
Binary10101100110001101101101110101101001110110011111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6DB; }

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

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

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

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

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

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

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

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