Html Css Color HEX #ACC7D6 Spindle

📋 copy color: '#ACC7D6'

red 172 ◦ green 199 ◦ blue 214

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

Shades of Spindle #ACC7D6

Tints of Spindle #ACC7D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.58%

R = 29.4%
G = 34.02%
B = 36.58%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACC7D6 (or 0xACC7D6) is known color: Spindle. HEX triplet: AC, C7 and D6. RGB value is (172,199,214). Sum of RGB (Red+Green+Blue) = 172+199+214=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACC7D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7D6 is #533829. Grayscale: #C0C0C0. Windows color (decimal): -5453866 or 14075820. OLE color: 14075820.

HSL color Cylindrical-coordinate representation of color #ACC7D6: hue angle of 201.43º degrees, saturation: 0.34, 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 #ACC7D6 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 199 214 -
CMYK 0.20 0.07 0 0.16
HSL 201.43º 0.34% 0.76% -
HSV(B) 201.43º 0.2% 0.84% -
XYZ 49.57 54.47 71.52 -
YUV 192.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 172 199 214 0.20 0.07 0 0.16 201.43 0.34 0.76
Hex AC C7 D6 14 7 0 10 C9 22 4C
Octal 254 307 326 24 7 0 20 311 42 114
Binary 10101100 11000111 11010110 10100 111 0 10000 11001001 100010 1001100

Color Harmonies of #ACC7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7D6

Black with #ACC7D6

Text Example


Text Example

White with #ACC7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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