Shades of Light Steel Blue #AFC2DE
Tints of Light Steel Blue #AFC2DE
RGB
CMYK
RGB Variations
Color information
#AFC2DE (or 0xAFC2DE) is known color: Light Steel Blue. HEX triplet: AF, C2 and DE. RGB value is (175,194,222). Sum of RGB (Red+Green+Blue) = 175+194+222=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2DE is #503D21. Grayscale: #BFBFBF. Windows color (decimal): -5258530 or 14598831. OLE color: 14598831.
HSL color Cylindrical-coordinate representation of color #AFC2DE: hue angle of 215.74º degrees, saturation: 0.42, 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 #AFC2DE is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 194 | 222 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.13 |
| HSL | 215.74º | 0.42% | 0.78% | - |
| HSV(B) | 215.74º | 0.21% | 0.87% | - |
| XYZ | 50.16 | 52.97 | 76.69 | - |
| YUV | 191.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 222 | 0.21 | 0.13 | 0 | 0.13 | 215.74 | 0.42 | 0.78 |
| Hex | AF | C2 | DE | 15 | D | 0 | D | D8 | 2A | 4E |
| Octal | 257 | 302 | 336 | 25 | 15 | 0 | 15 | 330 | 52 | 116 |
| Binary | 10101111 | 11000010 | 11011110 | 10101 | 1101 | 0 | 1101 | 11011000 | 101010 | 1001110 |
Color Harmonies of #AFC2DE
Complementary color
Monochromatic Colors of #AFC2DE
Black with #AFC2DE
Text Example
Text Example
White with #AFC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2DE; }
p { color: rgb(175,194,222); }
H1.HeaderClassName
{
color: #AFC2DE;
}
.AnyTagClassName
{
color: #AFC2DE;
}
</style>
background-color css
<style>
a { background-color: #AFC2DE; }
a { background-color: rgb(175,194,222); }
div.DivClassName
{
background-color: #AFC2DE;
}
.BgClassName
{
background-color: #AFC2DE;
}
</style>
border-color css
<style>
span { border-color: #AFC2DE; }
span { border-color: rgb(175,194,222); }
td.TdClassName
{
border-color: #AFC2DE;
}
.TagClassName
{
border-color: #AFC2DE;
}
</style>