Shades of Light Steel Blue #AFC5DD
Tints of Light Steel Blue #AFC5DD
RGB
CMYK
RGB Variations
Color information
#AFC5DD (or 0xAFC5DD) is known color: Light Steel Blue. HEX triplet: AF, C5 and DD. RGB value is (175,197,221). Sum of RGB (Red+Green+Blue) = 175+197+221=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5DD is #503A22. Grayscale: #C1C1C1. Windows color (decimal): -5257763 or 14534063. OLE color: 14534063.
HSL color Cylindrical-coordinate representation of color #AFC5DD: hue angle of 211.3º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC5DD is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 197 | 221 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.13 |
| HSL | 211.3º | 0.4% | 0.78% | - |
| HSV(B) | 211.3º | 0.21% | 0.87% | - |
| XYZ | 50.7 | 54.27 | 76.21 | - |
| YUV | 193.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 221 | 0.21 | 0.11 | 0 | 0.13 | 211.3 | 0.4 | 0.78 |
| Hex | AF | C5 | DD | 15 | B | 0 | D | D3 | 28 | 4E |
| Octal | 257 | 305 | 335 | 25 | 13 | 0 | 15 | 323 | 50 | 116 |
| Binary | 10101111 | 11000101 | 11011101 | 10101 | 1011 | 0 | 1101 | 11010011 | 101000 | 1001110 |
Color Harmonies of #AFC5DD
Complementary color
Monochromatic Colors of #AFC5DD
Black with #AFC5DD
Text Example
Text Example
White with #AFC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5DD; }
p { color: rgb(175,197,221); }
H1.HeaderClassName
{
color: #AFC5DD;
}
.AnyTagClassName
{
color: #AFC5DD;
}
</style>
background-color css
<style>
a { background-color: #AFC5DD; }
a { background-color: rgb(175,197,221); }
div.DivClassName
{
background-color: #AFC5DD;
}
.BgClassName
{
background-color: #AFC5DD;
}
</style>
border-color css
<style>
span { border-color: #AFC5DD; }
span { border-color: rgb(175,197,221); }
td.TdClassName
{
border-color: #AFC5DD;
}
.TagClassName
{
border-color: #AFC5DD;
}
</style>