Html Css Color HEX #ACC6DA Spindle

📋 copy color: '#ACC6DA'

red 172 ◦ green 198 ◦ blue 218

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

Shades of Spindle #ACC6DA

Tints of Spindle #ACC6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.67%

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 29.25%
G = 33.67%
B = 37.07%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACC6DA (or 0xACC6DA) is known color: Spindle. HEX triplet: AC, C6 and DA. RGB value is (172,198,218). Sum of RGB (Red+Green+Blue) = 172+198+218=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6DA is #533925. Grayscale: #C0C0C0. Windows color (decimal): -5454118 or 14337708. OLE color: 14337708.

HSL color Cylindrical-coordinate representation of color #ACC6DA: hue angle of 206.09º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC6DA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 198 218 -
CMYK 0.21 0.09 0 0.15
HSL 206.09º 0.38% 0.76% -
HSV(B) 206.09º 0.21% 0.85% -
XYZ 49.86 54.22 74.17 -
YUV 192.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 172 198 218 0.21 0.09 0 0.15 206.09 0.38 0.76
Hex AC C6 DA 15 9 0 F CE 26 4C
Octal 254 306 332 25 11 0 17 316 46 114
Binary 10101100 11000110 11011010 10101 1001 0 1111 11001110 100110 1001100

Color Harmonies of #ACC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6DA

Black with #ACC6DA

Text Example


Text Example

White with #ACC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6DA; }

 p { color: rgb(172,198,218); }

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

background-color css

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

 a { background-color: rgb(172,198,218); }

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

border-color css

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

 span { border-color: rgb(172,198,218); }

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