Shades of Light Steel Blue #AFC0DA
Tints of Light Steel Blue #AFC0DA
RGB
CMYK
RGB Variations
Color information
#AFC0DA (or 0xAFC0DA) is known color: Light Steel Blue. HEX triplet: AF, C0 and DA. RGB value is (175,192,218). Sum of RGB (Red+Green+Blue) = 175+192+218=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0DA is #503F25. Grayscale: #BDBDBD. Windows color (decimal): -5259046 or 14336175. OLE color: 14336175.
HSL color Cylindrical-coordinate representation of color #AFC0DA: hue angle of 216.28º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC0DA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 192 | 218 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.15 |
| HSL | 216.28º | 0.37% | 0.77% | - |
| HSV(B) | 216.28º | 0.2% | 0.85% | - |
| XYZ | 49.18 | 51.88 | 73.75 | - |
| YUV | 189.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 218 | 0.20 | 0.12 | 0 | 0.15 | 216.28 | 0.37 | 0.77 |
| Hex | AF | C0 | DA | 14 | C | 0 | F | D8 | 25 | 4D |
| Octal | 257 | 300 | 332 | 24 | 14 | 0 | 17 | 330 | 45 | 115 |
| Binary | 10101111 | 11000000 | 11011010 | 10100 | 1100 | 0 | 1111 | 11011000 | 100101 | 1001101 |
Color Harmonies of #AFC0DA
Complementary color
Monochromatic Colors of #AFC0DA
Black with #AFC0DA
Text Example
Text Example
White with #AFC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0DA; }
p { color: rgb(175,192,218); }
H1.HeaderClassName
{
color: #AFC0DA;
}
.AnyTagClassName
{
color: #AFC0DA;
}
</style>
background-color css
<style>
a { background-color: #AFC0DA; }
a { background-color: rgb(175,192,218); }
div.DivClassName
{
background-color: #AFC0DA;
}
.BgClassName
{
background-color: #AFC0DA;
}
</style>
border-color css
<style>
span { border-color: #AFC0DA; }
span { border-color: rgb(175,192,218); }
td.TdClassName
{
border-color: #AFC0DA;
}
.TagClassName
{
border-color: #AFC0DA;
}
</style>