Html Css Color HEX #ACC0CF Spindle

📋 copy color: '#ACC0CF'

red 172 ◦ green 192 ◦ blue 207

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

Shades of Spindle #ACC0CF

Tints of Spindle #ACC0CF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.63%

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

R = 30.12%
G = 33.63%
B = 36.25%

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

#ACC0CF (or 0xACC0CF) is known color: Spindle. HEX triplet: AC, C0 and CF. RGB value is (172,192,207). Sum of RGB (Red+Green+Blue) = 172+192+207=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CF is #533F30. Grayscale: #BBBBBB. Windows color (decimal): -5455665 or 13615276. OLE color: 13615276.

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

Color convert

RGB 172 192 207 -
CMYK 0.17 0.07 0 0.19
HSL 205.71º 0.27% 0.74% -
HSV(B) 205.71º 0.17% 0.81% -
XYZ 47.13 50.97 66.39 -
YUV 187.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 172 192 207 0.17 0.07 0 0.19 205.71 0.27 0.74
Hex AC C0 CF 11 7 0 13 CE 1B 4A
Octal 254 300 317 21 7 0 23 316 33 112
Binary 10101100 11000000 11001111 10001 111 0 10011 11001110 11011 1001010

Color Harmonies of #ACC0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0CF

Black with #ACC0CF

Text Example


Text Example

White with #ACC0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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