Html Css Color HEX #ACC4DF Light Steel Blue

📋 copy color: '#ACC4DF'

red 172 ◦ green 196 ◦ blue 223

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

Shades of Light Steel Blue #ACC4DF

Tints of Light Steel Blue #ACC4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 29.1%
G = 33.16%
B = 37.73%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACC4DF (or 0xACC4DF) is known color: Light Steel Blue. HEX triplet: AC, C4 and DF. RGB value is (172,196,223). Sum of RGB (Red+Green+Blue) = 172+196+223=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACC4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4DF is #533B20. Grayscale: #BFBFBF. Windows color (decimal): -5454625 or 14664876. OLE color: 14664876.

HSL color Cylindrical-coordinate representation of color #ACC4DF: hue angle of 211.76º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC4DF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 196 223 -
CMYK 0.23 0.12 0 0.13
HSL 211.76º 0.44% 0.77% -
HSV(B) 211.76º 0.23% 0.87% -
XYZ 50.07 53.58 77.51 -
YUV 191.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 172 196 223 0.23 0.12 0 0.13 211.76 0.44 0.77
Hex AC C4 DF 17 C 0 D D4 2C 4D
Octal 254 304 337 27 14 0 15 324 54 115
Binary 10101100 11000100 11011111 10111 1100 0 1101 11010100 101100 1001101

Color Harmonies of #ACC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4DF

Black with #ACC4DF

Text Example


Text Example

White with #ACC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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