Shades of Light Steel Blue #AFC1DD
Tints of Light Steel Blue #AFC1DD
RGB
CMYK
RGB Variations
Color information
#AFC1DD (or 0xAFC1DD) is known color: Light Steel Blue. HEX triplet: AF, C1 and DD. RGB value is (175,193,221). Sum of RGB (Red+Green+Blue) = 175+193+221=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1DD is #503E22. Grayscale: #BEBEBE. Windows color (decimal): -5258787 or 14533039. OLE color: 14533039.
HSL color Cylindrical-coordinate representation of color #AFC1DD: hue angle of 216.52º 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 #AFC1DD is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 193 | 221 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.13 |
| HSL | 216.52º | 0.4% | 0.78% | - |
| HSV(B) | 216.52º | 0.21% | 0.87% | - |
| XYZ | 49.8 | 52.47 | 75.91 | - |
| YUV | 190.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 221 | 0.21 | 0.13 | 0 | 0.13 | 216.52 | 0.4 | 0.78 |
| Hex | AF | C1 | DD | 15 | D | 0 | D | D9 | 28 | 4E |
| Octal | 257 | 301 | 335 | 25 | 15 | 0 | 15 | 331 | 50 | 116 |
| Binary | 10101111 | 11000001 | 11011101 | 10101 | 1101 | 0 | 1101 | 11011001 | 101000 | 1001110 |
Color Harmonies of #AFC1DD
Complementary color
Monochromatic Colors of #AFC1DD
Black with #AFC1DD
Text Example
Text Example
White with #AFC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1DD; }
p { color: rgb(175,193,221); }
H1.HeaderClassName
{
color: #AFC1DD;
}
.AnyTagClassName
{
color: #AFC1DD;
}
</style>
background-color css
<style>
a { background-color: #AFC1DD; }
a { background-color: rgb(175,193,221); }
div.DivClassName
{
background-color: #AFC1DD;
}
.BgClassName
{
background-color: #AFC1DD;
}
</style>
border-color css
<style>
span { border-color: #AFC1DD; }
span { border-color: rgb(175,193,221); }
td.TdClassName
{
border-color: #AFC1DD;
}
.TagClassName
{
border-color: #AFC1DD;
}
</style>