#ACC5DA

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

Shades of Spindle #ACC5DA

Tints of Spindle #ACC5DA

Color information

#ACC5DA (or 0xACC5DA) is unknown color: approx Spindle. HEX triplet: AC, C5 and DA. RGB value is (172,197,218). Sum of RGB (Red+Green+Blue) = 172+197+218=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5DA is #533A25. Grayscale: #BFBFBF. Windows color (decimal): -5454374 or 14337452. OLE color: 14337452.

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

Color convert

RGB172197218-
CMYK0.210.1000.15
HSL207.39º38.33%76.47%-
HSV(B)207.39º21.1%85.49%-
XYZ49.6353.7774.09-
YUV191.92142.72113.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=29.30%
G=33.56%
B=37.14%

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
Decimal1721972180.210.1000.15207.3938.3376.47
HexACC5DA15A0Fcf264c
Octal254305332251201731746114
Binary10101100110001011101101010101101001111110011111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5DA; }

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

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

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

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

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

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

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

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