Shades of Light Steel Blue #AFC2DC
Tints of Light Steel Blue #AFC2DC
RGB
CMYK
RGB Variations
Color information
#AFC2DC (or 0xAFC2DC) is known color: Light Steel Blue. HEX triplet: AF, C2 and DC. RGB value is (175,194,220). Sum of RGB (Red+Green+Blue) = 175+194+220=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2DC is #503D23. Grayscale: #BFBFBF. Windows color (decimal): -5258532 or 14467759. OLE color: 14467759.
HSL color Cylindrical-coordinate representation of color #AFC2DC: hue angle of 214.67º degrees, saturation: 0.39, 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 #AFC2DC is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 194 | 220 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.14 |
| HSL | 214.67º | 0.39% | 0.77% | - |
| HSV(B) | 214.67º | 0.2% | 0.86% | - |
| XYZ | 49.89 | 52.86 | 75.28 | - |
| YUV | 191.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 220 | 0.20 | 0.12 | 0 | 0.14 | 214.67 | 0.39 | 0.77 |
| Hex | AF | C2 | DC | 14 | C | 0 | E | D7 | 27 | 4D |
| Octal | 257 | 302 | 334 | 24 | 14 | 0 | 16 | 327 | 47 | 115 |
| Binary | 10101111 | 11000010 | 11011100 | 10100 | 1100 | 0 | 1110 | 11010111 | 100111 | 1001101 |
Color Harmonies of #AFC2DC
Complementary color
Monochromatic Colors of #AFC2DC
Black with #AFC2DC
Text Example
Text Example
White with #AFC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2DC; }
p { color: rgb(175,194,220); }
H1.HeaderClassName
{
color: #AFC2DC;
}
.AnyTagClassName
{
color: #AFC2DC;
}
</style>
background-color css
<style>
a { background-color: #AFC2DC; }
a { background-color: rgb(175,194,220); }
div.DivClassName
{
background-color: #AFC2DC;
}
.BgClassName
{
background-color: #AFC2DC;
}
</style>
border-color css
<style>
span { border-color: #AFC2DC; }
span { border-color: rgb(175,194,220); }
td.TdClassName
{
border-color: #AFC2DC;
}
.TagClassName
{
border-color: #AFC2DC;
}
</style>