#ACC5D3

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

Shades of Spindle #ACC5D3

Tints of Spindle #ACC5D3

Color information

#ACC5D3 (or 0xACC5D3) is unknown color: approx Spindle. HEX triplet: AC, C5 and D3. RGB value is (172,197,211). Sum of RGB (Red+Green+Blue) = 172+197+211=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACC5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5D3 is #533A2C. Grayscale: #BFBFBF. Windows color (decimal): -5454381 or 13878700. OLE color: 13878700.

HSL color Cylindrical-coordinate representation of color #ACC5D3: hue angle of 201.54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACC5D3 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172197211-
CMYK0.180.0700.17
HSL201.54º30.71%75.1%-
HSV(B)201.54º18.48%82.75%-
XYZ48.7453.4169.37-
YUV191.12139.22114.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 211 (82.81% from 255) = 36.38%
R=29.66%
G=33.97%
B=36.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721972110.180.0700.17201.5430.7175.1
HexACC5D3127011ca1f4b
Octal25430532322702131237113
Binary1010110011000101110100111001011101000111001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5D3; }

 p { color: rgb(172,197,211); }

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

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

 a { background-color: rgb(172,197,211); }

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

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

 span { border-color: rgb(172,197,211); }

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