Shades of Light Sky Blue #8FC9FA
Tints of Light Sky Blue #8FC9FA
RGB
CMYK
RGB Variations
Color information
#8FC9FA (or 0x8FC9FA) is known color: Light Sky Blue. HEX triplet: 8F, C9 and FA. RGB value is (143,201,250). Sum of RGB (Red+Green+Blue) = 143+201+250=594 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.07% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FC9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC9FA is #703605. Grayscale: #BCBCBC. Windows color (decimal): -7353862 or 16435599. OLE color: 16435599.
HSL color Cylindrical-coordinate representation of color #8FC9FA: hue angle of 207.48º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FC9FA is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 201 | 250 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.02 |
| HSL | 207.48º | 0.91% | 0.77% | - |
| HSV(B) | 207.48º | 0.43% | 0.98% | - |
| XYZ | 49.47 | 54.52 | 98.36 | - |
| YUV | 189.24 | 162.28 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 250 | 0.43 | 0.20 | 0 | 0.02 | 207.48 | 0.91 | 0.77 |
| Hex | 8F | C9 | FA | 2B | 14 | 0 | 2 | CF | 5B | 4D |
| Octal | 217 | 311 | 372 | 53 | 24 | 0 | 2 | 317 | 133 | 115 |
| Binary | 10001111 | 11001001 | 11111010 | 101011 | 10100 | 0 | 10 | 11001111 | 1011011 | 1001101 |
Color Harmonies of #8FC9FA
Complementary color
Monochromatic Colors of #8FC9FA
Black with #8FC9FA
Text Example
Text Example
White with #8FC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC9FA; }
p { color: rgb(143,201,250); }
H1.HeaderClassName
{
color: #8FC9FA;
}
.AnyTagClassName
{
color: #8FC9FA;
}
</style>
background-color css
<style>
a { background-color: #8FC9FA; }
a { background-color: rgb(143,201,250); }
div.DivClassName
{
background-color: #8FC9FA;
}
.BgClassName
{
background-color: #8FC9FA;
}
</style>
border-color css
<style>
span { border-color: #8FC9FA; }
span { border-color: rgb(143,201,250); }
td.TdClassName
{
border-color: #8FC9FA;
}
.TagClassName
{
border-color: #8FC9FA;
}
</style>