Shades of Light Steel Blue #AFC3E6
Tints of Light Steel Blue #AFC3E6
RGB
CMYK
RGB Variations
Color information
#AFC3E6 (or 0xAFC3E6) is known color: Light Steel Blue. HEX triplet: AF, C3 and E6. RGB value is (175,195,230). Sum of RGB (Red+Green+Blue) = 175+195+230=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFC3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3E6 is #503C19. Grayscale: #C0C0C0. Windows color (decimal): -5258266 or 15123375. OLE color: 15123375.
HSL color Cylindrical-coordinate representation of color #AFC3E6: hue angle of 218.18º degrees, saturation: 0.52, 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 #AFC3E6 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 195 | 230 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.10 |
| HSL | 218.18º | 0.52% | 0.79% | - |
| HSV(B) | 218.18º | 0.24% | 0.9% | - |
| XYZ | 51.48 | 53.86 | 82.55 | - |
| YUV | 193.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 230 | 0.24 | 0.15 | 0 | 0.10 | 218.18 | 0.52 | 0.79 |
| Hex | AF | C3 | E6 | 18 | F | 0 | A | DA | 34 | 4F |
| Octal | 257 | 303 | 346 | 30 | 17 | 0 | 12 | 332 | 64 | 117 |
| Binary | 10101111 | 11000011 | 11100110 | 11000 | 1111 | 0 | 1010 | 11011010 | 110100 | 1001111 |
Color Harmonies of #AFC3E6
Complementary color
Monochromatic Colors of #AFC3E6
Black with #AFC3E6
Text Example
Text Example
White with #AFC3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3E6; }
p { color: rgb(175,195,230); }
H1.HeaderClassName
{
color: #AFC3E6;
}
.AnyTagClassName
{
color: #AFC3E6;
}
</style>
background-color css
<style>
a { background-color: #AFC3E6; }
a { background-color: rgb(175,195,230); }
div.DivClassName
{
background-color: #AFC3E6;
}
.BgClassName
{
background-color: #AFC3E6;
}
</style>
border-color css
<style>
span { border-color: #AFC3E6; }
span { border-color: rgb(175,195,230); }
td.TdClassName
{
border-color: #AFC3E6;
}
.TagClassName
{
border-color: #AFC3E6;
}
</style>