Html Css Color HEX #ACC7DA Spindle

📋 copy color: '#ACC7DA'

red 172 ◦ green 199 ◦ blue 218

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

Shades of Spindle #ACC7DA

Tints of Spindle #ACC7DA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.79%

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

R = 29.2%
G = 33.79%
B = 37.01%

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

#ACC7DA (or 0xACC7DA) is known color: Spindle. HEX triplet: AC, C7 and DA. RGB value is (172,199,218). Sum of RGB (Red+Green+Blue) = 172+199+218=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7DA is #533825. Grayscale: #C0C0C0. Windows color (decimal): -5453862 or 14337964. OLE color: 14337964.

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

Color convert

RGB 172 199 218 -
CMYK 0.21 0.09 0 0.15
HSL 204.78º 0.38% 0.76% -
HSV(B) 204.78º 0.21% 0.85% -
XYZ 50.09 54.68 74.24 -
YUV 193.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 172 199 218 0.21 0.09 0 0.15 204.78 0.38 0.76
Hex AC C7 DA 15 9 0 F CD 26 4C
Octal 254 307 332 25 11 0 17 315 46 114
Binary 10101100 11000111 11011010 10101 1001 0 1111 11001101 100110 1001100

Color Harmonies of #ACC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7DA

Black with #ACC7DA

Text Example


Text Example

White with #ACC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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