#ACC3D9

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

Shades of Spindle #ACC3D9

Tints of Spindle #ACC3D9

Color information

#ACC3D9 (or 0xACC3D9) is unknown color: approx Spindle. HEX triplet: AC, C3 and D9. RGB value is (172,195,217). Sum of RGB (Red+Green+Blue) = 172+195+217=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACC3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3D9 is #533C26. Grayscale: #BEBEBE. Windows color (decimal): -5454887 or 14271404. OLE color: 14271404.

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

Color convert

RGB172195217-
CMYK0.210.1000.15
HSL209.33º37.19%76.27%-
HSV(B)209.33º20.74%85.1%-
XYZ49.0552.8173.25-
YUV190.63142.88114.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 217 (85.16% from 255) = 37.16%
R=29.45%
G=33.39%
B=37.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721952170.210.1000.15209.3337.1976.27
HexACC3D915A0Fd1254c
Octal254303331251201732145114
Binary10101100110000111101100110101101001111110100011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3D9; }

 p { color: rgb(172,195,217); }

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

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

 a { background-color: rgb(172,195,217); }

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

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

 span { border-color: rgb(172,195,217); }

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