Shades of Light Steel Blue #AFC5E3
Tints of Light Steel Blue #AFC5E3
RGB
CMYK
RGB Variations
Color information
#AFC5E3 (or 0xAFC5E3) is known color: Light Steel Blue. HEX triplet: AF, C5 and E3. RGB value is (175,197,227). Sum of RGB (Red+Green+Blue) = 175+197+227=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFC5E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5E3 is #503A1C. Grayscale: #C1C1C1. Windows color (decimal): -5257757 or 14927279. OLE color: 14927279.
HSL color Cylindrical-coordinate representation of color #AFC5E3: hue angle of 214.62º degrees, saturation: 0.48, 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 #AFC5E3 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 197 | 227 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.11 |
| HSL | 214.62º | 0.48% | 0.79% | - |
| HSV(B) | 214.62º | 0.23% | 0.89% | - |
| XYZ | 51.51 | 54.59 | 80.5 | - |
| YUV | 193.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 227 | 0.23 | 0.13 | 0 | 0.11 | 214.62 | 0.48 | 0.79 |
| Hex | AF | C5 | E3 | 17 | D | 0 | B | D7 | 30 | 4F |
| Octal | 257 | 305 | 343 | 27 | 15 | 0 | 13 | 327 | 60 | 117 |
| Binary | 10101111 | 11000101 | 11100011 | 10111 | 1101 | 0 | 1011 | 11010111 | 110000 | 1001111 |
Color Harmonies of #AFC5E3
Complementary color
Monochromatic Colors of #AFC5E3
Black with #AFC5E3
Text Example
Text Example
White with #AFC5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5E3; }
p { color: rgb(175,197,227); }
H1.HeaderClassName
{
color: #AFC5E3;
}
.AnyTagClassName
{
color: #AFC5E3;
}
</style>
background-color css
<style>
a { background-color: #AFC5E3; }
a { background-color: rgb(175,197,227); }
div.DivClassName
{
background-color: #AFC5E3;
}
.BgClassName
{
background-color: #AFC5E3;
}
</style>
border-color css
<style>
span { border-color: #AFC5E3; }
span { border-color: rgb(175,197,227); }
td.TdClassName
{
border-color: #AFC5E3;
}
.TagClassName
{
border-color: #AFC5E3;
}
</style>