Shades of Light Steel Blue #AFC5E4
Tints of Light Steel Blue #AFC5E4
RGB
CMYK
RGB Variations
Color information
#AFC5E4 (or 0xAFC5E4) is known color: Light Steel Blue. HEX triplet: AF, C5 and E4. RGB value is (175,197,228). Sum of RGB (Red+Green+Blue) = 175+197+228=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFC5E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5E4 is #503A1B. Grayscale: #C1C1C1. Windows color (decimal): -5257756 or 14992815. OLE color: 14992815.
HSL color Cylindrical-coordinate representation of color #AFC5E4: hue angle of 215.09º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC5E4 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 197 | 228 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.11 |
| HSL | 215.09º | 0.5% | 0.79% | - |
| HSV(B) | 215.09º | 0.23% | 0.89% | - |
| XYZ | 51.65 | 54.65 | 81.22 | - |
| YUV | 193.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 228 | 0.23 | 0.14 | 0 | 0.11 | 215.09 | 0.5 | 0.79 |
| Hex | AF | C5 | E4 | 17 | E | 0 | B | D7 | 32 | 4F |
| Octal | 257 | 305 | 344 | 27 | 16 | 0 | 13 | 327 | 62 | 117 |
| Binary | 10101111 | 11000101 | 11100100 | 10111 | 1110 | 0 | 1011 | 11010111 | 110010 | 1001111 |
Color Harmonies of #AFC5E4
Complementary color
Monochromatic Colors of #AFC5E4
Black with #AFC5E4
Text Example
Text Example
White with #AFC5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5E4; }
p { color: rgb(175,197,228); }
H1.HeaderClassName
{
color: #AFC5E4;
}
.AnyTagClassName
{
color: #AFC5E4;
}
</style>
background-color css
<style>
a { background-color: #AFC5E4; }
a { background-color: rgb(175,197,228); }
div.DivClassName
{
background-color: #AFC5E4;
}
.BgClassName
{
background-color: #AFC5E4;
}
</style>
border-color css
<style>
span { border-color: #AFC5E4; }
span { border-color: rgb(175,197,228); }
td.TdClassName
{
border-color: #AFC5E4;
}
.TagClassName
{
border-color: #AFC5E4;
}
</style>