Shades of Light Steel Blue #AFC1DB
Tints of Light Steel Blue #AFC1DB
RGB
CMYK
RGB Variations
Color information
#AFC1DB (or 0xAFC1DB) is known color: Light Steel Blue. HEX triplet: AF, C1 and DB. RGB value is (175,193,219). Sum of RGB (Red+Green+Blue) = 175+193+219=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1DB is #503E24. Grayscale: #BEBEBE. Windows color (decimal): -5258789 or 14401967. OLE color: 14401967.
HSL color Cylindrical-coordinate representation of color #AFC1DB: hue angle of 215.45º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC1DB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 193 | 219 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.14 |
| HSL | 215.45º | 0.38% | 0.77% | - |
| HSV(B) | 215.45º | 0.2% | 0.86% | - |
| XYZ | 49.54 | 52.37 | 74.52 | - |
| YUV | 190.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 219 | 0.20 | 0.12 | 0 | 0.14 | 215.45 | 0.38 | 0.77 |
| Hex | AF | C1 | DB | 14 | C | 0 | E | D7 | 26 | 4D |
| Octal | 257 | 301 | 333 | 24 | 14 | 0 | 16 | 327 | 46 | 115 |
| Binary | 10101111 | 11000001 | 11011011 | 10100 | 1100 | 0 | 1110 | 11010111 | 100110 | 1001101 |
Color Harmonies of #AFC1DB
Complementary color
Monochromatic Colors of #AFC1DB
Black with #AFC1DB
Text Example
Text Example
White with #AFC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1DB; }
p { color: rgb(175,193,219); }
H1.HeaderClassName
{
color: #AFC1DB;
}
.AnyTagClassName
{
color: #AFC1DB;
}
</style>
background-color css
<style>
a { background-color: #AFC1DB; }
a { background-color: rgb(175,193,219); }
div.DivClassName
{
background-color: #AFC1DB;
}
.BgClassName
{
background-color: #AFC1DB;
}
</style>
border-color css
<style>
span { border-color: #AFC1DB; }
span { border-color: rgb(175,193,219); }
td.TdClassName
{
border-color: #AFC1DB;
}
.TagClassName
{
border-color: #AFC1DB;
}
</style>