Shades of Light Steel Blue #AFCBE2
Tints of Light Steel Blue #AFCBE2
RGB
CMYK
RGB Variations
Color information
#AFCBE2 (or 0xAFCBE2) is known color: Light Steel Blue. HEX triplet: AF, CB and E2. RGB value is (175,203,226). Sum of RGB (Red+Green+Blue) = 175+203+226=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFCBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBE2 is #50341D. Grayscale: #C5C5C5. Windows color (decimal): -5256222 or 14863279. OLE color: 14863279.
HSL color Cylindrical-coordinate representation of color #AFCBE2: hue angle of 207.06º degrees, saturation: 0.47, 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 #AFCBE2 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 203 | 226 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.11 |
| HSL | 207.06º | 0.47% | 0.79% | - |
| HSV(B) | 207.06º | 0.23% | 0.89% | - |
| XYZ | 52.76 | 57.32 | 80.23 | - |
| YUV | 197.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 226 | 0.23 | 0.10 | 0 | 0.11 | 207.06 | 0.47 | 0.79 |
| Hex | AF | CB | E2 | 17 | A | 0 | B | CF | 2F | 4F |
| Octal | 257 | 313 | 342 | 27 | 12 | 0 | 13 | 317 | 57 | 117 |
| Binary | 10101111 | 11001011 | 11100010 | 10111 | 1010 | 0 | 1011 | 11001111 | 101111 | 1001111 |
Color Harmonies of #AFCBE2
Complementary color
Monochromatic Colors of #AFCBE2
Black with #AFCBE2
Text Example
Text Example
White with #AFCBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBE2; }
p { color: rgb(175,203,226); }
H1.HeaderClassName
{
color: #AFCBE2;
}
.AnyTagClassName
{
color: #AFCBE2;
}
</style>
background-color css
<style>
a { background-color: #AFCBE2; }
a { background-color: rgb(175,203,226); }
div.DivClassName
{
background-color: #AFCBE2;
}
.BgClassName
{
background-color: #AFCBE2;
}
</style>
border-color css
<style>
span { border-color: #AFCBE2; }
span { border-color: rgb(175,203,226); }
td.TdClassName
{
border-color: #AFCBE2;
}
.TagClassName
{
border-color: #AFCBE2;
}
</style>