Shades of Light Steel Blue #AFC0E4
Tints of Light Steel Blue #AFC0E4
RGB
CMYK
RGB Variations
Color information
#AFC0E4 (or 0xAFC0E4) is known color: Light Steel Blue. HEX triplet: AF, C0 and E4. RGB value is (175,192,228). Sum of RGB (Red+Green+Blue) = 175+192+228=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFC0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0E4 is #503F1B. Grayscale: #BEBEBE. Windows color (decimal): -5259036 or 14991535. OLE color: 14991535.
HSL color Cylindrical-coordinate representation of color #AFC0E4: hue angle of 220.75º 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 #AFC0E4 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 192 | 228 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.11 |
| HSL | 220.75º | 0.5% | 0.79% | - |
| HSV(B) | 220.75º | 0.23% | 0.89% | - |
| XYZ | 50.53 | 52.41 | 80.85 | - |
| YUV | 191.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 228 | 0.23 | 0.16 | 0 | 0.11 | 220.75 | 0.5 | 0.79 |
| Hex | AF | C0 | E4 | 17 | 10 | 0 | B | DD | 32 | 4F |
| Octal | 257 | 300 | 344 | 27 | 20 | 0 | 13 | 335 | 62 | 117 |
| Binary | 10101111 | 11000000 | 11100100 | 10111 | 10000 | 0 | 1011 | 11011101 | 110010 | 1001111 |
Color Harmonies of #AFC0E4
Complementary color
Monochromatic Colors of #AFC0E4
Black with #AFC0E4
Text Example
Text Example
White with #AFC0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0E4; }
p { color: rgb(175,192,228); }
H1.HeaderClassName
{
color: #AFC0E4;
}
.AnyTagClassName
{
color: #AFC0E4;
}
</style>
background-color css
<style>
a { background-color: #AFC0E4; }
a { background-color: rgb(175,192,228); }
div.DivClassName
{
background-color: #AFC0E4;
}
.BgClassName
{
background-color: #AFC0E4;
}
</style>
border-color css
<style>
span { border-color: #AFC0E4; }
span { border-color: rgb(175,192,228); }
td.TdClassName
{
border-color: #AFC0E4;
}
.TagClassName
{
border-color: #AFC0E4;
}
</style>