Html Css Color HEX #ACC1D0 Spindle

📋 copy color: '#ACC1D0'

red 172 ◦ green 193 ◦ blue 208

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

Shades of Spindle #ACC1D0

Tints of Spindle #ACC1D0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.68%

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 30.02%
G = 33.68%
B = 36.3%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACC1D0 (or 0xACC1D0) is known color: Spindle. HEX triplet: AC, C1 and D0. RGB value is (172,193,208). Sum of RGB (Red+Green+Blue) = 172+193+208=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACC1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1D0 is #533E2F. Grayscale: #BCBCBC. Windows color (decimal): -5455408 or 13681068. OLE color: 13681068.

HSL color Cylindrical-coordinate representation of color #ACC1D0: hue angle of 205º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC1D0 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 193 208 -
CMYK 0.17 0.07 0 0.18
HSL 205º 0.28% 0.75% -
HSV(B) 205º 0.17% 0.82% -
XYZ 47.47 51.46 67.11 -
YUV 188.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 172 193 208 0.17 0.07 0 0.18 205 0.28 0.75
Hex AC C1 D0 11 7 0 12 CD 1C 4B
Octal 254 301 320 21 7 0 22 315 34 113
Binary 10101100 11000001 11010000 10001 111 0 10010 11001101 11100 1001011

Color Harmonies of #ACC1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1D0

Black with #ACC1D0

Text Example


Text Example

White with #ACC1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1D0; }

 p { color: rgb(172,193,208); }

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

background-color css

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

 a { background-color: rgb(172,193,208); }

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

border-color css

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

 span { border-color: rgb(172,193,208); }

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