Shades of Light Steel Blue #AFC2DB
Tints of Light Steel Blue #AFC2DB
RGB
CMYK
RGB Variations
Color information
#AFC2DB (or 0xAFC2DB) is known color: Light Steel Blue. HEX triplet: AF, C2 and DB. RGB value is (175,194,219). Sum of RGB (Red+Green+Blue) = 175+194+219=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2DB is #503D24. Grayscale: #BFBFBF. Windows color (decimal): -5258533 or 14402223. OLE color: 14402223.
HSL color Cylindrical-coordinate representation of color #AFC2DB: hue angle of 214.09º 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 #AFC2DB is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 194 | 219 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.14 |
| HSL | 214.09º | 0.38% | 0.77% | - |
| HSV(B) | 214.09º | 0.2% | 0.86% | - |
| XYZ | 49.76 | 52.81 | 74.59 | - |
| YUV | 191.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 219 | 0.20 | 0.11 | 0 | 0.14 | 214.09 | 0.38 | 0.77 |
| Hex | AF | C2 | DB | 14 | B | 0 | E | D6 | 26 | 4D |
| Octal | 257 | 302 | 333 | 24 | 13 | 0 | 16 | 326 | 46 | 115 |
| Binary | 10101111 | 11000010 | 11011011 | 10100 | 1011 | 0 | 1110 | 11010110 | 100110 | 1001101 |
Color Harmonies of #AFC2DB
Complementary color
Monochromatic Colors of #AFC2DB
Black with #AFC2DB
Text Example
Text Example
White with #AFC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2DB; }
p { color: rgb(175,194,219); }
H1.HeaderClassName
{
color: #AFC2DB;
}
.AnyTagClassName
{
color: #AFC2DB;
}
</style>
background-color css
<style>
a { background-color: #AFC2DB; }
a { background-color: rgb(175,194,219); }
div.DivClassName
{
background-color: #AFC2DB;
}
.BgClassName
{
background-color: #AFC2DB;
}
</style>
border-color css
<style>
span { border-color: #AFC2DB; }
span { border-color: rgb(175,194,219); }
td.TdClassName
{
border-color: #AFC2DB;
}
.TagClassName
{
border-color: #AFC2DB;
}
</style>