Shades of Light Steel Blue #AFC5DF
Tints of Light Steel Blue #AFC5DF
RGB
CMYK
RGB Variations
Color information
#AFC5DF (or 0xAFC5DF) is known color: Light Steel Blue. HEX triplet: AF, C5 and DF. RGB value is (175,197,223). Sum of RGB (Red+Green+Blue) = 175+197+223=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5DF is #503A20. Grayscale: #C1C1C1. Windows color (decimal): -5257761 or 14665135. OLE color: 14665135.
HSL color Cylindrical-coordinate representation of color #AFC5DF: hue angle of 212.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 #AFC5DF is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 197 | 223 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.13 |
| HSL | 212.5º | 0.43% | 0.78% | - |
| HSV(B) | 212.5º | 0.22% | 0.87% | - |
| XYZ | 50.96 | 54.37 | 77.62 | - |
| YUV | 193.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 223 | 0.22 | 0.12 | 0 | 0.13 | 212.5 | 0.43 | 0.78 |
| Hex | AF | C5 | DF | 16 | C | 0 | D | D4 | 2B | 4E |
| Octal | 257 | 305 | 337 | 26 | 14 | 0 | 15 | 324 | 53 | 116 |
| Binary | 10101111 | 11000101 | 11011111 | 10110 | 1100 | 0 | 1101 | 11010100 | 101011 | 1001110 |
Color Harmonies of #AFC5DF
Complementary color
Monochromatic Colors of #AFC5DF
Black with #AFC5DF
Text Example
Text Example
White with #AFC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5DF; }
p { color: rgb(175,197,223); }
H1.HeaderClassName
{
color: #AFC5DF;
}
.AnyTagClassName
{
color: #AFC5DF;
}
</style>
background-color css
<style>
a { background-color: #AFC5DF; }
a { background-color: rgb(175,197,223); }
div.DivClassName
{
background-color: #AFC5DF;
}
.BgClassName
{
background-color: #AFC5DF;
}
</style>
border-color css
<style>
span { border-color: #AFC5DF; }
span { border-color: rgb(175,197,223); }
td.TdClassName
{
border-color: #AFC5DF;
}
.TagClassName
{
border-color: #AFC5DF;
}
</style>