Shades of Light Sky Blue #8FC8F9
Tints of Light Sky Blue #8FC8F9
RGB
CMYK
RGB Variations
Color information
#8FC8F9 (or 0x8FC8F9) is known color: Light Sky Blue. HEX triplet: 8F, C8 and F9. RGB value is (143,200,249). Sum of RGB (Red+Green+Blue) = 143+200+249=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FC8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC8F9 is #703706. Grayscale: #BCBCBC. Windows color (decimal): -7354119 or 16369807. OLE color: 16369807.
HSL color Cylindrical-coordinate representation of color #8FC8F9: hue angle of 207.74º degrees, saturation: 0.9, 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 #8FC8F9 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 200 | 249 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.02 |
| HSL | 207.74º | 0.9% | 0.77% | - |
| HSV(B) | 207.74º | 0.43% | 0.98% | - |
| XYZ | 49.08 | 53.99 | 97.46 | - |
| YUV | 188.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 249 | 0.43 | 0.20 | 0 | 0.02 | 207.74 | 0.9 | 0.77 |
| Hex | 8F | C8 | F9 | 2B | 14 | 0 | 2 | D0 | 5A | 4D |
| Octal | 217 | 310 | 371 | 53 | 24 | 0 | 2 | 320 | 132 | 115 |
| Binary | 10001111 | 11001000 | 11111001 | 101011 | 10100 | 0 | 10 | 11010000 | 1011010 | 1001101 |
Color Harmonies of #8FC8F9
Complementary color
Monochromatic Colors of #8FC8F9
Black with #8FC8F9
Text Example
Text Example
White with #8FC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC8F9; }
p { color: rgb(143,200,249); }
H1.HeaderClassName
{
color: #8FC8F9;
}
.AnyTagClassName
{
color: #8FC8F9;
}
</style>
background-color css
<style>
a { background-color: #8FC8F9; }
a { background-color: rgb(143,200,249); }
div.DivClassName
{
background-color: #8FC8F9;
}
.BgClassName
{
background-color: #8FC8F9;
}
</style>
border-color css
<style>
span { border-color: #8FC8F9; }
span { border-color: rgb(143,200,249); }
td.TdClassName
{
border-color: #8FC8F9;
}
.TagClassName
{
border-color: #8FC8F9;
}
</style>