Html Css Color HEX #ACC5D3 Spindle

📋 copy color: '#ACC5D3'

red 172 ◦ green 197 ◦ blue 211

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

Shades of Spindle #ACC5D3

Tints of Spindle #ACC5D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.38%

R = 29.66%
G = 33.97%
B = 36.38%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ACC5D3 (or 0xACC5D3) is known color: Spindle. HEX triplet: AC, C5 and D3. RGB value is (172,197,211). Sum of RGB (Red+Green+Blue) = 172+197+211=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACC5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5D3 is #533A2C. Grayscale: #BFBFBF. Windows color (decimal): -5454381 or 13878700. OLE color: 13878700.

HSL color Cylindrical-coordinate representation of color #ACC5D3: hue angle of 201.54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACC5D3 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 197 211 -
CMYK 0.18 0.07 0 0.17
HSL 201.54º 0.31% 0.75% -
HSV(B) 201.54º 0.18% 0.83% -
XYZ 48.74 53.41 69.37 -
YUV 191.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 172 197 211 0.18 0.07 0 0.17 201.54 0.31 0.75
Hex AC C5 D3 12 7 0 11 CA 1F 4B
Octal 254 305 323 22 7 0 21 312 37 113
Binary 10101100 11000101 11010011 10010 111 0 10001 11001010 11111 1001011

Color Harmonies of #ACC5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5D3

Black with #ACC5D3

Text Example


Text Example

White with #ACC5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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