Shades of Light Steel Blue #AFC8E3
Tints of Light Steel Blue #AFC8E3
RGB
CMYK
RGB Variations
Color information
#AFC8E3 (or 0xAFC8E3) is known color: Light Steel Blue. HEX triplet: AF, C8 and E3. RGB value is (175,200,227). Sum of RGB (Red+Green+Blue) = 175+200+227=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFC8E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8E3 is #50371C. Grayscale: #C3C3C3. Windows color (decimal): -5256989 or 14928047. OLE color: 14928047.
HSL color Cylindrical-coordinate representation of color #AFC8E3: hue angle of 211.15º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC8E3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 200 | 227 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.11 |
| HSL | 211.15º | 0.48% | 0.79% | - |
| HSV(B) | 211.15º | 0.23% | 0.89% | - |
| XYZ | 52.2 | 55.97 | 80.72 | - |
| YUV | 195.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 227 | 0.23 | 0.12 | 0 | 0.11 | 211.15 | 0.48 | 0.79 |
| Hex | AF | C8 | E3 | 17 | C | 0 | B | D3 | 30 | 4F |
| Octal | 257 | 310 | 343 | 27 | 14 | 0 | 13 | 323 | 60 | 117 |
| Binary | 10101111 | 11001000 | 11100011 | 10111 | 1100 | 0 | 1011 | 11010011 | 110000 | 1001111 |
Color Harmonies of #AFC8E3
Complementary color
Monochromatic Colors of #AFC8E3
Black with #AFC8E3
Text Example
Text Example
White with #AFC8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8E3; }
p { color: rgb(175,200,227); }
H1.HeaderClassName
{
color: #AFC8E3;
}
.AnyTagClassName
{
color: #AFC8E3;
}
</style>
background-color css
<style>
a { background-color: #AFC8E3; }
a { background-color: rgb(175,200,227); }
div.DivClassName
{
background-color: #AFC8E3;
}
.BgClassName
{
background-color: #AFC8E3;
}
</style>
border-color css
<style>
span { border-color: #AFC8E3; }
span { border-color: rgb(175,200,227); }
td.TdClassName
{
border-color: #AFC8E3;
}
.TagClassName
{
border-color: #AFC8E3;
}
</style>