Shades of Light Steel Blue #AFC9DF
Tints of Light Steel Blue #AFC9DF
RGB
CMYK
RGB Variations
Color information
#AFC9DF (or 0xAFC9DF) is known color: Light Steel Blue. HEX triplet: AF, C9 and DF. RGB value is (175,201,223). Sum of RGB (Red+Green+Blue) = 175+201+223=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9DF is #503620. Grayscale: #C3C3C3. Windows color (decimal): -5256737 or 14666159. OLE color: 14666159.
HSL color Cylindrical-coordinate representation of color #AFC9DF: hue angle of 207.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC9DF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 201 | 223 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.13 |
| HSL | 207.5º | 0.43% | 0.78% | - |
| HSV(B) | 207.5º | 0.22% | 0.87% | - |
| XYZ | 51.89 | 56.21 | 77.93 | - |
| YUV | 195.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 223 | 0.22 | 0.10 | 0 | 0.13 | 207.5 | 0.43 | 0.78 |
| Hex | AF | C9 | DF | 16 | A | 0 | D | D0 | 2B | 4E |
| Octal | 257 | 311 | 337 | 26 | 12 | 0 | 15 | 320 | 53 | 116 |
| Binary | 10101111 | 11001001 | 11011111 | 10110 | 1010 | 0 | 1101 | 11010000 | 101011 | 1001110 |
Color Harmonies of #AFC9DF
Complementary color
Monochromatic Colors of #AFC9DF
Black with #AFC9DF
Text Example
Text Example
White with #AFC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9DF; }
p { color: rgb(175,201,223); }
H1.HeaderClassName
{
color: #AFC9DF;
}
.AnyTagClassName
{
color: #AFC9DF;
}
</style>
background-color css
<style>
a { background-color: #AFC9DF; }
a { background-color: rgb(175,201,223); }
div.DivClassName
{
background-color: #AFC9DF;
}
.BgClassName
{
background-color: #AFC9DF;
}
</style>
border-color css
<style>
span { border-color: #AFC9DF; }
span { border-color: rgb(175,201,223); }
td.TdClassName
{
border-color: #AFC9DF;
}
.TagClassName
{
border-color: #AFC9DF;
}
</style>