Html Css Color HEX #ACC0D3 Spindle

📋 copy color: '#ACC0D3'

red 172 ◦ green 192 ◦ blue 211

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

Shades of Spindle #ACC0D3

Tints of Spindle #ACC0D3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.39%

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

R = 29.91%
G = 33.39%
B = 36.7%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ACC0D3 (or 0xACC0D3) is known color: Spindle. HEX triplet: AC, C0 and D3. RGB value is (172,192,211). Sum of RGB (Red+Green+Blue) = 172+192+211=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACC0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0D3 is #533F2C. Grayscale: #BCBCBC. Windows color (decimal): -5455661 or 13877420. OLE color: 13877420.

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

Color convert

RGB 172 192 211 -
CMYK 0.18 0.09 0 0.17
HSL 209.23º 0.31% 0.75% -
HSV(B) 209.23º 0.18% 0.83% -
XYZ 47.62 51.17 69 -
YUV 188.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 172 192 211 0.18 0.09 0 0.17 209.23 0.31 0.75
Hex AC C0 D3 12 9 0 11 D1 1F 4B
Octal 254 300 323 22 11 0 21 321 37 113
Binary 10101100 11000000 11010011 10010 1001 0 10001 11010001 11111 1001011

Color Harmonies of #ACC0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0D3

Black with #ACC0D3

Text Example


Text Example

White with #ACC0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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