Html Css Color HEX #ACC5DA Spindle

📋 copy color: '#ACC5DA'

red 172 ◦ green 197 ◦ blue 218

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

Shades of Spindle #ACC5DA

Tints of Spindle #ACC5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

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

R = 29.3%
G = 33.56%
B = 37.14%

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

#ACC5DA (or 0xACC5DA) is known color: Spindle. HEX triplet: AC, C5 and DA. RGB value is (172,197,218). Sum of RGB (Red+Green+Blue) = 172+197+218=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5DA is #533A25. Grayscale: #BFBFBF. Windows color (decimal): -5454374 or 14337452. OLE color: 14337452.

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

Color convert

RGB 172 197 218 -
CMYK 0.21 0.10 0 0.15
HSL 207.39º 0.38% 0.76% -
HSV(B) 207.39º 0.21% 0.85% -
XYZ 49.63 53.77 74.09 -
YUV 191.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 172 197 218 0.21 0.10 0 0.15 207.39 0.38 0.76
Hex AC C5 DA 15 A 0 F CF 26 4C
Octal 254 305 332 25 12 0 17 317 46 114
Binary 10101100 11000101 11011010 10101 1010 0 1111 11001111 100110 1001100

Color Harmonies of #ACC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5DA

Black with #ACC5DA

Text Example


Text Example

White with #ACC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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