Shades of Light Steel Blue #AFC2DD
Tints of Light Steel Blue #AFC2DD
RGB
CMYK
RGB Variations
Color information
#AFC2DD (or 0xAFC2DD) is known color: Light Steel Blue. HEX triplet: AF, C2 and DD. RGB value is (175,194,221). Sum of RGB (Red+Green+Blue) = 175+194+221=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2DD is #503D22. Grayscale: #BFBFBF. Windows color (decimal): -5258531 or 14533295. OLE color: 14533295.
HSL color Cylindrical-coordinate representation of color #AFC2DD: hue angle of 215.22º 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 #AFC2DD is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 194 | 221 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.13 |
| HSL | 215.22º | 0.4% | 0.78% | - |
| HSV(B) | 215.22º | 0.21% | 0.87% | - |
| XYZ | 50.02 | 52.92 | 75.98 | - |
| YUV | 191.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 221 | 0.21 | 0.12 | 0 | 0.13 | 215.22 | 0.4 | 0.78 |
| Hex | AF | C2 | DD | 15 | C | 0 | D | D7 | 28 | 4E |
| Octal | 257 | 302 | 335 | 25 | 14 | 0 | 15 | 327 | 50 | 116 |
| Binary | 10101111 | 11000010 | 11011101 | 10101 | 1100 | 0 | 1101 | 11010111 | 101000 | 1001110 |
Color Harmonies of #AFC2DD
Complementary color
Monochromatic Colors of #AFC2DD
Black with #AFC2DD
Text Example
Text Example
White with #AFC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2DD; }
p { color: rgb(175,194,221); }
H1.HeaderClassName
{
color: #AFC2DD;
}
.AnyTagClassName
{
color: #AFC2DD;
}
</style>
background-color css
<style>
a { background-color: #AFC2DD; }
a { background-color: rgb(175,194,221); }
div.DivClassName
{
background-color: #AFC2DD;
}
.BgClassName
{
background-color: #AFC2DD;
}
</style>
border-color css
<style>
span { border-color: #AFC2DD; }
span { border-color: rgb(175,194,221); }
td.TdClassName
{
border-color: #AFC2DD;
}
.TagClassName
{
border-color: #AFC2DD;
}
</style>