Html Css Color HEX #ACC4D5 Spindle

📋 copy color: '#ACC4D5'

red 172 ◦ green 196 ◦ blue 213

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

Shades of Spindle #ACC4D5

Tints of Spindle #ACC4D5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.73%

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

R = 29.6%
G = 33.73%
B = 36.66%

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

#ACC4D5 (or 0xACC4D5) is known color: Spindle. HEX triplet: AC, C4 and D5. RGB value is (172,196,213). Sum of RGB (Red+Green+Blue) = 172+196+213=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACC4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4D5 is #533B2A. Grayscale: #BEBEBE. Windows color (decimal): -5454635 or 14009516. OLE color: 14009516.

HSL color Cylindrical-coordinate representation of color #ACC4D5: hue angle of 204.88º 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 #ACC4D5 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 196 213 -
CMYK 0.19 0.08 0 0.16
HSL 204.88º 0.33% 0.75% -
HSV(B) 204.88º 0.19% 0.84% -
XYZ 48.76 53.05 70.62 -
YUV 190.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 172 196 213 0.19 0.08 0 0.16 204.88 0.33 0.75
Hex AC C4 D5 13 8 0 10 CD 21 4B
Octal 254 304 325 23 10 0 20 315 41 113
Binary 10101100 11000100 11010101 10011 1000 0 10000 11001101 100001 1001011

Color Harmonies of #ACC4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4D5

Black with #ACC4D5

Text Example


Text Example

White with #ACC4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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