Html Css Color HEX #ACC8DA Spindle

📋 copy color: '#ACC8DA'

red 172 ◦ green 200 ◦ blue 218

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

Shades of Spindle #ACC8DA

Tints of Spindle #ACC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.9%

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

R = 29.15%
G = 33.9%
B = 36.95%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACC8DA (or 0xACC8DA) is known color: Spindle. HEX triplet: AC, C8 and DA. RGB value is (172,200,218). Sum of RGB (Red+Green+Blue) = 172+200+218=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8DA is #533725. Grayscale: #C1C1C1. Windows color (decimal): -5453606 or 14338220. OLE color: 14338220.

HSL color Cylindrical-coordinate representation of color #ACC8DA: hue angle of 203.48º 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 #ACC8DA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 200 218 -
CMYK 0.21 0.08 0 0.15
HSL 203.48º 0.38% 0.76% -
HSV(B) 203.48º 0.21% 0.85% -
XYZ 50.32 55.14 74.32 -
YUV 193.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 172 200 218 0.21 0.08 0 0.15 203.48 0.38 0.76
Hex AC C8 DA 15 8 0 F CB 26 4C
Octal 254 310 332 25 10 0 17 313 46 114
Binary 10101100 11001000 11011010 10101 1000 0 1111 11001011 100110 1001100

Color Harmonies of #ACC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8DA

Black with #ACC8DA

Text Example


Text Example

White with #ACC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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