Html Css Color HEX #ACC5D5 Spindle

📋 copy color: '#ACC5D5'

red 172 ◦ green 197 ◦ blue 213

#ACC5D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #ACC5D5

Tints of Spindle #ACC5D5

RGB

 RED value IS 172 (67.58% from 255) = 29.55%

 GREEN value IS 197 (77.34% from 255) = 33.85%

 BLUE value IS 213 (83.59% from 255) = 36.6%

R = 29.55%
G = 33.85%
B = 36.6%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACC5D5 (or 0xACC5D5) is known color: Spindle. HEX triplet: AC, C5 and D5. RGB value is (172,197,213). Sum of RGB (Red+Green+Blue) = 172+197+213=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACC5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5D5 is #533A2A. Grayscale: #BFBFBF. Windows color (decimal): -5454379 or 14009772. OLE color: 14009772.

HSL color Cylindrical-coordinate representation of color #ACC5D5: hue angle of 203.41º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC5D5 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 197 213 -
CMYK 0.19 0.08 0 0.16
HSL 203.41º 0.33% 0.75% -
HSV(B) 203.41º 0.19% 0.84% -
XYZ 48.99 53.51 70.7 -
YUV 191.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 172 197 213 0.19 0.08 0 0.16 203.41 0.33 0.75
Hex AC C5 D5 13 8 0 10 CB 21 4B
Octal 254 305 325 23 10 0 20 313 41 113
Binary 10101100 11000101 11010101 10011 1000 0 10000 11001011 100001 1001011

Color Harmonies of #ACC5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5D5

Black with #ACC5D5

Text Example


Text Example

White with #ACC5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5D5; }

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

 H1.HeaderClassName
 {
   color: #ACC5D5;
 }
 .AnyTagClassName
 {
   color: #ACC5D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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