Shades of Light Steel Blue #AFC7DF
Tints of Light Steel Blue #AFC7DF
RGB
CMYK
RGB Variations
Color information
#AFC7DF (or 0xAFC7DF) is known color: Light Steel Blue. HEX triplet: AF, C7 and DF. RGB value is (175,199,223). Sum of RGB (Red+Green+Blue) = 175+199+223=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7DF is #503820. Grayscale: #C2C2C2. Windows color (decimal): -5257249 or 14665647. OLE color: 14665647.
HSL color Cylindrical-coordinate representation of color #AFC7DF: hue angle of 210º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC7DF is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 199 | 223 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.13 |
| HSL | 210º | 0.43% | 0.78% | - |
| HSV(B) | 210º | 0.22% | 0.87% | - |
| XYZ | 51.42 | 55.29 | 77.77 | - |
| YUV | 194.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 223 | 0.22 | 0.11 | 0 | 0.13 | 210 | 0.43 | 0.78 |
| Hex | AF | C7 | DF | 16 | B | 0 | D | D2 | 2B | 4E |
| Octal | 257 | 307 | 337 | 26 | 13 | 0 | 15 | 322 | 53 | 116 |
| Binary | 10101111 | 11000111 | 11011111 | 10110 | 1011 | 0 | 1101 | 11010010 | 101011 | 1001110 |
Color Harmonies of #AFC7DF
Complementary color
Monochromatic Colors of #AFC7DF
Black with #AFC7DF
Text Example
Text Example
White with #AFC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7DF; }
p { color: rgb(175,199,223); }
H1.HeaderClassName
{
color: #AFC7DF;
}
.AnyTagClassName
{
color: #AFC7DF;
}
</style>
background-color css
<style>
a { background-color: #AFC7DF; }
a { background-color: rgb(175,199,223); }
div.DivClassName
{
background-color: #AFC7DF;
}
.BgClassName
{
background-color: #AFC7DF;
}
</style>
border-color css
<style>
span { border-color: #AFC7DF; }
span { border-color: rgb(175,199,223); }
td.TdClassName
{
border-color: #AFC7DF;
}
.TagClassName
{
border-color: #AFC7DF;
}
</style>