Html Css Color HEX #ACC0D7 Spindle

📋 copy color: '#ACC0D7'

red 172 ◦ green 192 ◦ blue 215

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

Shades of Spindle #ACC0D7

Tints of Spindle #ACC0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 29.71%
G = 33.16%
B = 37.13%

CMYK

 C value IS 0.2

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACC0D7 (or 0xACC0D7) is known color: Spindle. HEX triplet: AC, C0 and D7. RGB value is (172,192,215). Sum of RGB (Red+Green+Blue) = 172+192+215=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACC0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0D7 is #533F28. Grayscale: #BCBCBC. Windows color (decimal): -5455657 or 14139564. OLE color: 14139564.

HSL color Cylindrical-coordinate representation of color #ACC0D7: hue angle of 212.09º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC0D7 is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 192 215 -
CMYK 0.2 0.11 0 0.16
HSL 212.09º 0.35% 0.76% -
HSV(B) 212.09º 0.2% 0.84% -
XYZ 48.13 51.38 71.67 -
YUV 188.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 172 192 215 0.2 0.11 0 0.16 212.09 0.35 0.76
Hex AC C0 D7 14 B 0 10 D4 23 4C
Octal 254 300 327 24 13 0 20 324 43 114
Binary 10101100 11000000 11010111 10100 1011 0 10000 11010100 100011 1001100

Color Harmonies of #ACC0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0D7

Black with #ACC0D7

Text Example


Text Example

White with #ACC0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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