Shades of Light Sky Blue #8FC9F7
Tints of Light Sky Blue #8FC9F7
RGB
CMYK
RGB Variations
Color information
#8FC9F7 (or 0x8FC9F7) is known color: Light Sky Blue. HEX triplet: 8F, C9 and F7. RGB value is (143,201,247). Sum of RGB (Red+Green+Blue) = 143+201+247=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FC9F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC9F7 is #703608. Grayscale: #BCBCBC. Windows color (decimal): -7353865 or 16238991. OLE color: 16238991.
HSL color Cylindrical-coordinate representation of color #8FC9F7: hue angle of 206.54º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FC9F7 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 201 | 247 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.03 |
| HSL | 206.54º | 0.87% | 0.76% | - |
| HSV(B) | 206.54º | 0.42% | 0.97% | - |
| XYZ | 49 | 54.33 | 95.9 | - |
| YUV | 188.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 247 | 0.42 | 0.19 | 0 | 0.03 | 206.54 | 0.87 | 0.76 |
| Hex | 8F | C9 | F7 | 2A | 13 | 0 | 3 | CF | 57 | 4C |
| Octal | 217 | 311 | 367 | 52 | 23 | 0 | 3 | 317 | 127 | 114 |
| Binary | 10001111 | 11001001 | 11110111 | 101010 | 10011 | 0 | 11 | 11001111 | 1010111 | 1001100 |
Color Harmonies of #8FC9F7
Complementary color
Monochromatic Colors of #8FC9F7
Black with #8FC9F7
Text Example
Text Example
White with #8FC9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC9F7; }
p { color: rgb(143,201,247); }
H1.HeaderClassName
{
color: #8FC9F7;
}
.AnyTagClassName
{
color: #8FC9F7;
}
</style>
background-color css
<style>
a { background-color: #8FC9F7; }
a { background-color: rgb(143,201,247); }
div.DivClassName
{
background-color: #8FC9F7;
}
.BgClassName
{
background-color: #8FC9F7;
}
</style>
border-color css
<style>
span { border-color: #8FC9F7; }
span { border-color: rgb(143,201,247); }
td.TdClassName
{
border-color: #8FC9F7;
}
.TagClassName
{
border-color: #8FC9F7;
}
</style>