Shades of Light Steel Blue #AFC5E5
Tints of Light Steel Blue #AFC5E5
RGB
CMYK
RGB Variations
Color information
#AFC5E5 (or 0xAFC5E5) is known color: Light Steel Blue. HEX triplet: AF, C5 and E5. RGB value is (175,197,229). Sum of RGB (Red+Green+Blue) = 175+197+229=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFC5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5E5 is #503A1A. Grayscale: #C1C1C1. Windows color (decimal): -5257755 or 15058351. OLE color: 15058351.
HSL color Cylindrical-coordinate representation of color #AFC5E5: hue angle of 215.56º 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 #AFC5E5 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 175 | 197 | 229 | - |
CMYK | 0.24 | 0.14 | 0 | 0.10 |
HSL | 215.56º | 0.51% | 0.79% | - |
HSV(B) | 215.56º | 0.24% | 0.9% | - |
XYZ | 51.79 | 54.7 | 81.96 | - |
YUV | 194.07 | 147.71 | 114.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 197 | 229 | 0.24 | 0.14 | 0 | 0.10 | 215.56 | 0.51 | 0.79 |
Hex | AF | C5 | E5 | 18 | E | 0 | A | D8 | 33 | 4F |
Octal | 257 | 305 | 345 | 30 | 16 | 0 | 12 | 330 | 63 | 117 |
Binary | 10101111 | 11000101 | 11100101 | 11000 | 1110 | 0 | 1010 | 11011000 | 110011 | 1001111 |
Color Harmonies of #AFC5E5
Complementary color
Monochromatic Colors of #AFC5E5
Black with #AFC5E5
Text Example
Text Example
White with #AFC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5E5; }
p { color: rgb(175,197,229); }
H1.HeaderClassName
{
color: #AFC5E5;
}
.AnyTagClassName
{
color: #AFC5E5;
}
</style>
background-color css
<style>
a { background-color: #AFC5E5; }
a { background-color: rgb(175,197,229); }
div.DivClassName
{
background-color: #AFC5E5;
}
.BgClassName
{
background-color: #AFC5E5;
}
</style>
border-color css
<style>
span { border-color: #AFC5E5; }
span { border-color: rgb(175,197,229); }
td.TdClassName
{
border-color: #AFC5E5;
}
.TagClassName
{
border-color: #AFC5E5;
}
</style>