Html Css Color HEX #ACC8D9 Spindle

📋 copy color: '#ACC8D9'

red 172 ◦ green 200 ◦ blue 217

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

Shades of Spindle #ACC8D9

Tints of Spindle #ACC8D9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.96%

 BLUE value IS 217 (85.16% from 255) = 36.84%

R = 29.2%
G = 33.96%
B = 36.84%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACC8D9 (or 0xACC8D9) is known color: Spindle. HEX triplet: AC, C8 and D9. RGB value is (172,200,217). Sum of RGB (Red+Green+Blue) = 172+200+217=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACC8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8D9 is #533726. Grayscale: #C1C1C1. Windows color (decimal): -5453607 or 14272684. OLE color: 14272684.

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

Color convert

RGB 172 200 217 -
CMYK 0.21 0.08 0 0.15
HSL 202.67º 0.37% 0.76% -
HSV(B) 202.67º 0.21% 0.85% -
XYZ 50.19 55.09 73.63 -
YUV 193.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 172 200 217 0.21 0.08 0 0.15 202.67 0.37 0.76
Hex AC C8 D9 15 8 0 F CB 25 4C
Octal 254 310 331 25 10 0 17 313 45 114
Binary 10101100 11001000 11011001 10101 1000 0 1111 11001011 100101 1001100

Color Harmonies of #ACC8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8D9

Black with #ACC8D9

Text Example


Text Example

White with #ACC8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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