Html Css Color HEX #ACC4DA Spindle

📋 copy color: '#ACC4DA'

red 172 ◦ green 196 ◦ blue 218

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

Shades of Spindle #ACC4DA

Tints of Spindle #ACC4DA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.45%

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

R = 29.35%
G = 33.45%
B = 37.2%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACC4DA (or 0xACC4DA) is known color: Spindle. HEX triplet: AC, C4 and DA. RGB value is (172,196,218). Sum of RGB (Red+Green+Blue) = 172+196+218=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4DA is #533B25. Grayscale: #BFBFBF. Windows color (decimal): -5454630 or 14337196. OLE color: 14337196.

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

Color convert

RGB 172 196 218 -
CMYK 0.21 0.10 0 0.15
HSL 208.7º 0.38% 0.76% -
HSV(B) 208.7º 0.21% 0.85% -
XYZ 49.41 53.31 74.02 -
YUV 191.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 172 196 218 0.21 0.10 0 0.15 208.7 0.38 0.76
Hex AC C4 DA 15 A 0 F D1 26 4C
Octal 254 304 332 25 12 0 17 321 46 114
Binary 10101100 11000100 11011010 10101 1010 0 1111 11010001 100110 1001100

Color Harmonies of #ACC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4DA

Black with #ACC4DA

Text Example


Text Example

White with #ACC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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