Shades of Light Steel Blue #AFC2E6
Tints of Light Steel Blue #AFC2E6
RGB
CMYK
RGB Variations
Color information
#AFC2E6 (or 0xAFC2E6) is known color: Light Steel Blue. HEX triplet: AF, C2 and E6. RGB value is (175,194,230). Sum of RGB (Red+Green+Blue) = 175+194+230=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFC2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2E6 is #503D19. Grayscale: #C0C0C0. Windows color (decimal): -5258522 or 15123119. OLE color: 15123119.
HSL color Cylindrical-coordinate representation of color #AFC2E6: hue angle of 219.27º 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 #AFC2E6 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 194 | 230 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.10 |
| HSL | 219.27º | 0.52% | 0.79% | - |
| HSV(B) | 219.27º | 0.24% | 0.9% | - |
| XYZ | 51.25 | 53.41 | 82.47 | - |
| YUV | 192.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 230 | 0.24 | 0.16 | 0 | 0.10 | 219.27 | 0.52 | 0.79 |
| Hex | AF | C2 | E6 | 18 | 10 | 0 | A | DB | 34 | 4F |
| Octal | 257 | 302 | 346 | 30 | 20 | 0 | 12 | 333 | 64 | 117 |
| Binary | 10101111 | 11000010 | 11100110 | 11000 | 10000 | 0 | 1010 | 11011011 | 110100 | 1001111 |
Color Harmonies of #AFC2E6
Complementary color
Monochromatic Colors of #AFC2E6
Black with #AFC2E6
Text Example
Text Example
White with #AFC2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2E6; }
p { color: rgb(175,194,230); }
H1.HeaderClassName
{
color: #AFC2E6;
}
.AnyTagClassName
{
color: #AFC2E6;
}
</style>
background-color css
<style>
a { background-color: #AFC2E6; }
a { background-color: rgb(175,194,230); }
div.DivClassName
{
background-color: #AFC2E6;
}
.BgClassName
{
background-color: #AFC2E6;
}
</style>
border-color css
<style>
span { border-color: #AFC2E6; }
span { border-color: rgb(175,194,230); }
td.TdClassName
{
border-color: #AFC2E6;
}
.TagClassName
{
border-color: #AFC2E6;
}
</style>