#ACC7DB

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

Shades of Spindle #ACC7DB

Tints of Spindle #ACC7DB

Color information

#ACC7DB (or 0xACC7DB) is unknown color: approx Spindle. HEX triplet: AC, C7 and DB. RGB value is (172,199,219). Sum of RGB (Red+Green+Blue) = 172+199+219=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7DB is #533824. Grayscale: #C1C1C1. Windows color (decimal): -5453861 or 14403500. OLE color: 14403500.

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

Color convert

RGB172199219-
CMYK0.210.0900.14
HSL205.53º39.5%76.67%-
HSV(B)205.53º21.46%85.88%-
XYZ50.2254.7374.94-
YUV193.21142.55112.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=29.15%
G=33.73%
B=37.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721992190.210.0900.14205.5339.576.67
HexACC7DB1590Ece274d
Octal254307333251101631647115
Binary10101100110001111101101110101100101110110011101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7DB; }

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

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

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

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

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

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

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

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