Html Css Color HEX #ACC0DF Light Steel Blue

📋 copy color: '#ACC0DF'

red 172 ◦ green 192 ◦ blue 223

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

Shades of Light Steel Blue #ACC0DF

Tints of Light Steel Blue #ACC0DF

RGB

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

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

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

R = 29.3%
G = 32.71%
B = 37.99%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACC0DF (or 0xACC0DF) is known color: Light Steel Blue. HEX triplet: AC, C0 and DF. RGB value is (172,192,223). Sum of RGB (Red+Green+Blue) = 172+192+223=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACC0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0DF is #533F20. Grayscale: #BDBDBD. Windows color (decimal): -5455649 or 14663852. OLE color: 14663852.

HSL color Cylindrical-coordinate representation of color #ACC0DF: hue angle of 216.47º 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 #ACC0DF is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 192 223 -
CMYK 0.23 0.14 0 0.13
HSL 216.47º 0.44% 0.77% -
HSV(B) 216.47º 0.23% 0.87% -
XYZ 49.18 51.8 77.22 -
YUV 189.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 172 192 223 0.23 0.14 0 0.13 216.47 0.44 0.77
Hex AC C0 DF 17 E 0 D D8 2C 4D
Octal 254 300 337 27 16 0 15 330 54 115
Binary 10101100 11000000 11011111 10111 1110 0 1101 11011000 101100 1001101

Color Harmonies of #ACC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0DF

Black with #ACC0DF

Text Example


Text Example

White with #ACC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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