Shades of Light Steel Blue #AFC5DE
Tints of Light Steel Blue #AFC5DE
RGB
CMYK
RGB Variations
Color information
#AFC5DE (or 0xAFC5DE) is known color: Light Steel Blue. HEX triplet: AF, C5 and DE. RGB value is (175,197,222). Sum of RGB (Red+Green+Blue) = 175+197+222=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5DE is #503A21. Grayscale: #C1C1C1. Windows color (decimal): -5257762 or 14599599. OLE color: 14599599.
HSL color Cylindrical-coordinate representation of color #AFC5DE: hue angle of 211.91º degrees, saturation: 0.42, 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 #AFC5DE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 197 | 222 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.13 |
| HSL | 211.91º | 0.42% | 0.78% | - |
| HSV(B) | 211.91º | 0.21% | 0.87% | - |
| XYZ | 50.83 | 54.32 | 76.91 | - |
| YUV | 193.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 222 | 0.21 | 0.11 | 0 | 0.13 | 211.91 | 0.42 | 0.78 |
| Hex | AF | C5 | DE | 15 | B | 0 | D | D4 | 2A | 4E |
| Octal | 257 | 305 | 336 | 25 | 13 | 0 | 15 | 324 | 52 | 116 |
| Binary | 10101111 | 11000101 | 11011110 | 10101 | 1011 | 0 | 1101 | 11010100 | 101010 | 1001110 |
Color Harmonies of #AFC5DE
Complementary color
Monochromatic Colors of #AFC5DE
Black with #AFC5DE
Text Example
Text Example
White with #AFC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5DE; }
p { color: rgb(175,197,222); }
H1.HeaderClassName
{
color: #AFC5DE;
}
.AnyTagClassName
{
color: #AFC5DE;
}
</style>
background-color css
<style>
a { background-color: #AFC5DE; }
a { background-color: rgb(175,197,222); }
div.DivClassName
{
background-color: #AFC5DE;
}
.BgClassName
{
background-color: #AFC5DE;
}
</style>
border-color css
<style>
span { border-color: #AFC5DE; }
span { border-color: rgb(175,197,222); }
td.TdClassName
{
border-color: #AFC5DE;
}
.TagClassName
{
border-color: #AFC5DE;
}
</style>