Shades of Light Sky Blue #8FC0FD
Tints of Light Sky Blue #8FC0FD
RGB
CMYK
RGB Variations
Color information
#8FC0FD (or 0x8FC0FD) is known color: Light Sky Blue. HEX triplet: 8F, C0 and FD. RGB value is (143,192,253). Sum of RGB (Red+Green+Blue) = 143+192+253=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FC0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC0FD is #703F02. Grayscale: #B8B8B8. Windows color (decimal): -7356163 or 16629903. OLE color: 16629903.
HSL color Cylindrical-coordinate representation of color #8FC0FD: hue angle of 213.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FC0FD is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 192 | 253 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.01 |
| HSL | 213.27º | 0.96% | 0.78% | - |
| HSV(B) | 213.27º | 0.43% | 0.99% | - |
| XYZ | 47.91 | 50.63 | 100.18 | - |
| YUV | 184.3 | 166.77 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 253 | 0.43 | 0.24 | 0 | 0.01 | 213.27 | 0.96 | 0.78 |
| Hex | 8F | C0 | FD | 2B | 18 | 0 | 1 | D5 | 60 | 4E |
| Octal | 217 | 300 | 375 | 53 | 30 | 0 | 1 | 325 | 140 | 116 |
| Binary | 10001111 | 11000000 | 11111101 | 101011 | 11000 | 0 | 1 | 11010101 | 1100000 | 1001110 |
Color Harmonies of #8FC0FD
Complementary color
Monochromatic Colors of #8FC0FD
Black with #8FC0FD
Text Example
Text Example
White with #8FC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC0FD; }
p { color: rgb(143,192,253); }
H1.HeaderClassName
{
color: #8FC0FD;
}
.AnyTagClassName
{
color: #8FC0FD;
}
</style>
background-color css
<style>
a { background-color: #8FC0FD; }
a { background-color: rgb(143,192,253); }
div.DivClassName
{
background-color: #8FC0FD;
}
.BgClassName
{
background-color: #8FC0FD;
}
</style>
border-color css
<style>
span { border-color: #8FC0FD; }
span { border-color: rgb(143,192,253); }
td.TdClassName
{
border-color: #8FC0FD;
}
.TagClassName
{
border-color: #8FC0FD;
}
</style>