Html Css Color HEX #ACC6DB Spindle

📋 copy color: '#ACC6DB'

red 172 ◦ green 198 ◦ blue 219

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

Shades of Spindle #ACC6DB

Tints of Spindle #ACC6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 29.2%
G = 33.62%
B = 37.18%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACC6DB (or 0xACC6DB) is known color: Spindle. HEX triplet: AC, C6 and DB. RGB value is (172,198,219). Sum of RGB (Red+Green+Blue) = 172+198+219=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6DB is #533924. Grayscale: #C0C0C0. Windows color (decimal): -5454117 or 14403244. OLE color: 14403244.

HSL color Cylindrical-coordinate representation of color #ACC6DB: hue angle of 206.81º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC6DB is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 198 219 -
CMYK 0.21 0.10 0 0.14
HSL 206.81º 0.39% 0.77% -
HSV(B) 206.81º 0.21% 0.86% -
XYZ 49.99 54.27 74.86 -
YUV 192.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 172 198 219 0.21 0.10 0 0.14 206.81 0.39 0.77
Hex AC C6 DB 15 A 0 E CF 27 4D
Octal 254 306 333 25 12 0 16 317 47 115
Binary 10101100 11000110 11011011 10101 1010 0 1110 11001111 100111 1001101

Color Harmonies of #ACC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6DB

Black with #ACC6DB

Text Example


Text Example

White with #ACC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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