Shades of Light Steel Blue #AFC3E5
Tints of Light Steel Blue #AFC3E5
RGB
CMYK
RGB Variations
Color information
#AFC3E5 (or 0xAFC3E5) is known color: Light Steel Blue. HEX triplet: AF, C3 and E5. RGB value is (175,195,229). Sum of RGB (Red+Green+Blue) = 175+195+229=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFC3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3E5 is #503C1A. Grayscale: #C0C0C0. Windows color (decimal): -5258267 or 15057839. OLE color: 15057839.
HSL color Cylindrical-coordinate representation of color #AFC3E5: hue angle of 217.78º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC3E5 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 195 | 229 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.10 |
| HSL | 217.78º | 0.51% | 0.79% | - |
| HSV(B) | 217.78º | 0.24% | 0.9% | - |
| XYZ | 51.34 | 53.8 | 81.81 | - |
| YUV | 192.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 229 | 0.24 | 0.15 | 0 | 0.10 | 217.78 | 0.51 | 0.79 |
| Hex | AF | C3 | E5 | 18 | F | 0 | A | DA | 33 | 4F |
| Octal | 257 | 303 | 345 | 30 | 17 | 0 | 12 | 332 | 63 | 117 |
| Binary | 10101111 | 11000011 | 11100101 | 11000 | 1111 | 0 | 1010 | 11011010 | 110011 | 1001111 |
Color Harmonies of #AFC3E5
Complementary color
Monochromatic Colors of #AFC3E5
Black with #AFC3E5
Text Example
Text Example
White with #AFC3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3E5; }
p { color: rgb(175,195,229); }
H1.HeaderClassName
{
color: #AFC3E5;
}
.AnyTagClassName
{
color: #AFC3E5;
}
</style>
background-color css
<style>
a { background-color: #AFC3E5; }
a { background-color: rgb(175,195,229); }
div.DivClassName
{
background-color: #AFC3E5;
}
.BgClassName
{
background-color: #AFC3E5;
}
</style>
border-color css
<style>
span { border-color: #AFC3E5; }
span { border-color: rgb(175,195,229); }
td.TdClassName
{
border-color: #AFC3E5;
}
.TagClassName
{
border-color: #AFC3E5;
}
</style>