Html Css Color HEX #ACC7DF Light Steel Blue

📋 copy color: '#ACC7DF'

red 172 ◦ green 199 ◦ blue 223

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

Shades of Light Steel Blue #ACC7DF

Tints of Light Steel Blue #ACC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.5%

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

R = 28.96%
G = 33.5%
B = 37.54%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACC7DF (or 0xACC7DF) is known color: Light Steel Blue. HEX triplet: AC, C7 and DF. RGB value is (172,199,223). Sum of RGB (Red+Green+Blue) = 172+199+223=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACC7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7DF is #533820. Grayscale: #C1C1C1. Windows color (decimal): -5453857 or 14665644. OLE color: 14665644.

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

Color convert

RGB 172 199 223 -
CMYK 0.23 0.11 0 0.13
HSL 208.24º 0.44% 0.77% -
HSV(B) 208.24º 0.23% 0.87% -
XYZ 50.76 54.95 77.74 -
YUV 193.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 172 199 223 0.23 0.11 0 0.13 208.24 0.44 0.77
Hex AC C7 DF 17 B 0 D D0 2C 4D
Octal 254 307 337 27 13 0 15 320 54 115
Binary 10101100 11000111 11011111 10111 1011 0 1101 11010000 101100 1001101

Color Harmonies of #ACC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7DF

Black with #ACC7DF

Text Example


Text Example

White with #ACC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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