Shades of Light Steel Blue #AFC0DE
Tints of Light Steel Blue #AFC0DE
RGB
CMYK
RGB Variations
Color information
#AFC0DE (or 0xAFC0DE) is known color: Light Steel Blue. HEX triplet: AF, C0 and DE. RGB value is (175,192,222). Sum of RGB (Red+Green+Blue) = 175+192+222=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0DE is #503F21. Grayscale: #BEBEBE. Windows color (decimal): -5259042 or 14598319. OLE color: 14598319.
HSL color Cylindrical-coordinate representation of color #AFC0DE: hue angle of 218.3º 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 #AFC0DE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 192 | 222 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.13 |
| HSL | 218.3º | 0.42% | 0.78% | - |
| HSV(B) | 218.3º | 0.21% | 0.87% | - |
| XYZ | 49.71 | 52.09 | 76.54 | - |
| YUV | 190.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 222 | 0.21 | 0.14 | 0 | 0.13 | 218.3 | 0.42 | 0.78 |
| Hex | AF | C0 | DE | 15 | E | 0 | D | DA | 2A | 4E |
| Octal | 257 | 300 | 336 | 25 | 16 | 0 | 15 | 332 | 52 | 116 |
| Binary | 10101111 | 11000000 | 11011110 | 10101 | 1110 | 0 | 1101 | 11011010 | 101010 | 1001110 |
Color Harmonies of #AFC0DE
Complementary color
Monochromatic Colors of #AFC0DE
Black with #AFC0DE
Text Example
Text Example
White with #AFC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0DE; }
p { color: rgb(175,192,222); }
H1.HeaderClassName
{
color: #AFC0DE;
}
.AnyTagClassName
{
color: #AFC0DE;
}
</style>
background-color css
<style>
a { background-color: #AFC0DE; }
a { background-color: rgb(175,192,222); }
div.DivClassName
{
background-color: #AFC0DE;
}
.BgClassName
{
background-color: #AFC0DE;
}
</style>
border-color css
<style>
span { border-color: #AFC0DE; }
span { border-color: rgb(175,192,222); }
td.TdClassName
{
border-color: #AFC0DE;
}
.TagClassName
{
border-color: #AFC0DE;
}
</style>