Shades of Light Steel Blue #AFC6DD
Tints of Light Steel Blue #AFC6DD
RGB
CMYK
RGB Variations
Color information
#AFC6DD (or 0xAFC6DD) is known color: Light Steel Blue. HEX triplet: AF, C6 and DD. RGB value is (175,198,221). Sum of RGB (Red+Green+Blue) = 175+198+221=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6DD is #503922. Grayscale: #C1C1C1. Windows color (decimal): -5257507 or 14534319. OLE color: 14534319.
HSL color Cylindrical-coordinate representation of color #AFC6DD: hue angle of 210º degrees, saturation: 0.4, 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 #AFC6DD is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 198 | 221 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.13 |
| HSL | 210º | 0.4% | 0.78% | - |
| HSV(B) | 210º | 0.21% | 0.87% | - |
| XYZ | 50.92 | 54.72 | 76.29 | - |
| YUV | 193.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 221 | 0.21 | 0.10 | 0 | 0.13 | 210 | 0.4 | 0.78 |
| Hex | AF | C6 | DD | 15 | A | 0 | D | D2 | 28 | 4E |
| Octal | 257 | 306 | 335 | 25 | 12 | 0 | 15 | 322 | 50 | 116 |
| Binary | 10101111 | 11000110 | 11011101 | 10101 | 1010 | 0 | 1101 | 11010010 | 101000 | 1001110 |
Color Harmonies of #AFC6DD
Complementary color
Monochromatic Colors of #AFC6DD
Black with #AFC6DD
Text Example
Text Example
White with #AFC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6DD; }
p { color: rgb(175,198,221); }
H1.HeaderClassName
{
color: #AFC6DD;
}
.AnyTagClassName
{
color: #AFC6DD;
}
</style>
background-color css
<style>
a { background-color: #AFC6DD; }
a { background-color: rgb(175,198,221); }
div.DivClassName
{
background-color: #AFC6DD;
}
.BgClassName
{
background-color: #AFC6DD;
}
</style>
border-color css
<style>
span { border-color: #AFC6DD; }
span { border-color: rgb(175,198,221); }
td.TdClassName
{
border-color: #AFC6DD;
}
.TagClassName
{
border-color: #AFC6DD;
}
</style>