Html Css Color HEX #ACC1CF Spindle

📋 copy color: '#ACC1CF'

red 172 ◦ green 193 ◦ blue 207

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

Shades of Spindle #ACC1CF

Tints of Spindle #ACC1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 30.07%
G = 33.74%
B = 36.19%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACC1CF (or 0xACC1CF) is known color: Spindle. HEX triplet: AC, C1 and CF. RGB value is (172,193,207). Sum of RGB (Red+Green+Blue) = 172+193+207=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1CF is #533E30. Grayscale: #BCBCBC. Windows color (decimal): -5455409 or 13615532. OLE color: 13615532.

HSL color Cylindrical-coordinate representation of color #ACC1CF: hue angle of 204º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC1CF is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 193 207 -
CMYK 0.17 0.07 0 0.19
HSL 204º 0.27% 0.74% -
HSV(B) 204º 0.17% 0.81% -
XYZ 47.35 51.42 66.46 -
YUV 188.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 172 193 207 0.17 0.07 0 0.19 204 0.27 0.74
Hex AC C1 CF 11 7 0 13 CC 1B 4A
Octal 254 301 317 21 7 0 23 314 33 112
Binary 10101100 11000001 11001111 10001 111 0 10011 11001100 11011 1001010

Color Harmonies of #ACC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1CF

Black with #ACC1CF

Text Example


Text Example

White with #ACC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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