Html Css Color HEX #ACC7D9 Spindle

📋 copy color: '#ACC7D9'

red 172 ◦ green 199 ◦ blue 217

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

Shades of Spindle #ACC7D9

Tints of Spindle #ACC7D9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.84%

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

R = 29.25%
G = 33.84%
B = 36.9%

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

#ACC7D9 (or 0xACC7D9) is known color: Spindle. HEX triplet: AC, C7 and D9. RGB value is (172,199,217). Sum of RGB (Red+Green+Blue) = 172+199+217=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACC7D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7D9 is #533826. Grayscale: #C0C0C0. Windows color (decimal): -5453863 or 14272428. OLE color: 14272428.

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

Color convert

RGB 172 199 217 -
CMYK 0.21 0.08 0 0.15
HSL 204º 0.37% 0.76% -
HSV(B) 204º 0.21% 0.85% -
XYZ 49.96 54.63 73.56 -
YUV 192.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 172 199 217 0.21 0.08 0 0.15 204 0.37 0.76
Hex AC C7 D9 15 8 0 F CC 25 4C
Octal 254 307 331 25 10 0 17 314 45 114
Binary 10101100 11000111 11011001 10101 1000 0 1111 11001100 100101 1001100

Color Harmonies of #ACC7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7D9

Black with #ACC7D9

Text Example


Text Example

White with #ACC7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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