Shades of Light Steel Blue #AFC7DE
Tints of Light Steel Blue #AFC7DE
RGB
CMYK
RGB Variations
Color information
#AFC7DE (or 0xAFC7DE) is known color: Light Steel Blue. HEX triplet: AF, C7 and DE. RGB value is (175,199,222). Sum of RGB (Red+Green+Blue) = 175+199+222=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7DE is #503821. Grayscale: #C2C2C2. Windows color (decimal): -5257250 or 14600111. OLE color: 14600111.
HSL color Cylindrical-coordinate representation of color #AFC7DE: hue angle of 209.36º 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 #AFC7DE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 199 | 222 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.13 |
| HSL | 209.36º | 0.42% | 0.78% | - |
| HSV(B) | 209.36º | 0.21% | 0.87% | - |
| XYZ | 51.29 | 55.23 | 77.07 | - |
| YUV | 194.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 222 | 0.21 | 0.10 | 0 | 0.13 | 209.36 | 0.42 | 0.78 |
| Hex | AF | C7 | DE | 15 | A | 0 | D | D1 | 2A | 4E |
| Octal | 257 | 307 | 336 | 25 | 12 | 0 | 15 | 321 | 52 | 116 |
| Binary | 10101111 | 11000111 | 11011110 | 10101 | 1010 | 0 | 1101 | 11010001 | 101010 | 1001110 |
Color Harmonies of #AFC7DE
Complementary color
Monochromatic Colors of #AFC7DE
Black with #AFC7DE
Text Example
Text Example
White with #AFC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7DE; }
p { color: rgb(175,199,222); }
H1.HeaderClassName
{
color: #AFC7DE;
}
.AnyTagClassName
{
color: #AFC7DE;
}
</style>
background-color css
<style>
a { background-color: #AFC7DE; }
a { background-color: rgb(175,199,222); }
div.DivClassName
{
background-color: #AFC7DE;
}
.BgClassName
{
background-color: #AFC7DE;
}
</style>
border-color css
<style>
span { border-color: #AFC7DE; }
span { border-color: rgb(175,199,222); }
td.TdClassName
{
border-color: #AFC7DE;
}
.TagClassName
{
border-color: #AFC7DE;
}
</style>