Shades of Light Steel Blue #AFC2DA
Tints of Light Steel Blue #AFC2DA
RGB
CMYK
RGB Variations
Color information
#AFC2DA (or 0xAFC2DA) is known color: Light Steel Blue. HEX triplet: AF, C2 and DA. RGB value is (175,194,218). Sum of RGB (Red+Green+Blue) = 175+194+218=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2DA is #503D25. Grayscale: #BEBEBE. Windows color (decimal): -5258534 or 14336687. OLE color: 14336687.
HSL color Cylindrical-coordinate representation of color #AFC2DA: hue angle of 213.49º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC2DA is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 194 | 218 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.15 |
| HSL | 213.49º | 0.37% | 0.77% | - |
| HSV(B) | 213.49º | 0.2% | 0.85% | - |
| XYZ | 49.63 | 52.76 | 73.9 | - |
| YUV | 191.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 218 | 0.20 | 0.11 | 0 | 0.15 | 213.49 | 0.37 | 0.77 |
| Hex | AF | C2 | DA | 14 | B | 0 | F | D5 | 25 | 4D |
| Octal | 257 | 302 | 332 | 24 | 13 | 0 | 17 | 325 | 45 | 115 |
| Binary | 10101111 | 11000010 | 11011010 | 10100 | 1011 | 0 | 1111 | 11010101 | 100101 | 1001101 |
Color Harmonies of #AFC2DA
Complementary color
Monochromatic Colors of #AFC2DA
Black with #AFC2DA
Text Example
Text Example
White with #AFC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2DA; }
p { color: rgb(175,194,218); }
H1.HeaderClassName
{
color: #AFC2DA;
}
.AnyTagClassName
{
color: #AFC2DA;
}
</style>
background-color css
<style>
a { background-color: #AFC2DA; }
a { background-color: rgb(175,194,218); }
div.DivClassName
{
background-color: #AFC2DA;
}
.BgClassName
{
background-color: #AFC2DA;
}
</style>
border-color css
<style>
span { border-color: #AFC2DA; }
span { border-color: rgb(175,194,218); }
td.TdClassName
{
border-color: #AFC2DA;
}
.TagClassName
{
border-color: #AFC2DA;
}
</style>