Html Css Color HEX #ACC4D8 Spindle

📋 copy color: '#ACC4D8'

red 172 ◦ green 196 ◦ blue 216

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

Shades of Spindle #ACC4D8

Tints of Spindle #ACC4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.99%

R = 29.45%
G = 33.56%
B = 36.99%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACC4D8 (or 0xACC4D8) is known color: Spindle. HEX triplet: AC, C4 and D8. RGB value is (172,196,216). Sum of RGB (Red+Green+Blue) = 172+196+216=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACC4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4D8 is #533B27. Grayscale: #BFBFBF. Windows color (decimal): -5454632 or 14206124. OLE color: 14206124.

HSL color Cylindrical-coordinate representation of color #ACC4D8: hue angle of 207.27º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC4D8 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 196 216 -
CMYK 0.20 0.09 0 0.15
HSL 207.27º 0.36% 0.76% -
HSV(B) 207.27º 0.2% 0.85% -
XYZ 49.15 53.21 72.65 -
YUV 191.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 172 196 216 0.20 0.09 0 0.15 207.27 0.36 0.76
Hex AC C4 D8 14 9 0 F CF 24 4C
Octal 254 304 330 24 11 0 17 317 44 114
Binary 10101100 11000100 11011000 10100 1001 0 1111 11001111 100100 1001100

Color Harmonies of #ACC4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4D8

Black with #ACC4D8

Text Example


Text Example

White with #ACC4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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