Shades of Light Steel Blue #ACCADF
Tints of Light Steel Blue #ACCADF
RGB
CMYK
RGB Variations
Color information
#ACCADF (or 0xACCADF) is known color: Light Steel Blue. HEX triplet: AC, CA and DF. RGB value is (172,202,223). Sum of RGB (Red+Green+Blue) = 172+202+223=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACCADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCADF is #533520. Grayscale: #C3C3C3. Windows color (decimal): -5453089 or 14666412. OLE color: 14666412.
HSL color Cylindrical-coordinate representation of color #ACCADF: hue angle of 204.71º 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 #ACCADF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 202 | 223 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.13 |
| HSL | 204.71º | 0.44% | 0.77% | - |
| HSV(B) | 204.71º | 0.23% | 0.87% | - |
| XYZ | 51.45 | 56.34 | 77.97 | - |
| YUV | 195.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 223 | 0.23 | 0.09 | 0 | 0.13 | 204.71 | 0.44 | 0.77 |
| Hex | AC | CA | DF | 17 | 9 | 0 | D | CD | 2C | 4D |
| Octal | 254 | 312 | 337 | 27 | 11 | 0 | 15 | 315 | 54 | 115 |
| Binary | 10101100 | 11001010 | 11011111 | 10111 | 1001 | 0 | 1101 | 11001101 | 101100 | 1001101 |
Color Harmonies of #ACCADF
Complementary color
Monochromatic Colors of #ACCADF
Black with #ACCADF
Text Example
Text Example
White with #ACCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCADF; }
p { color: rgb(172,202,223); }
H1.HeaderClassName
{
color: #ACCADF;
}
.AnyTagClassName
{
color: #ACCADF;
}
</style>
background-color css
<style>
a { background-color: #ACCADF; }
a { background-color: rgb(172,202,223); }
div.DivClassName
{
background-color: #ACCADF;
}
.BgClassName
{
background-color: #ACCADF;
}
</style>
border-color css
<style>
span { border-color: #ACCADF; }
span { border-color: rgb(172,202,223); }
td.TdClassName
{
border-color: #ACCADF;
}
.TagClassName
{
border-color: #ACCADF;
}
</style>