Shades of Light Sky Blue #8FCFF8
Tints of Light Sky Blue #8FCFF8
RGB
CMYK
RGB Variations
Color information
#8FCFF8 (or 0x8FCFF8) is known color: Light Sky Blue. HEX triplet: 8F, CF and F8. RGB value is (143,207,248). Sum of RGB (Red+Green+Blue) = 143+207+248=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FCFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFF8 is #703007. Grayscale: #C0C0C0. Windows color (decimal): -7352328 or 16306063. OLE color: 16306063.
HSL color Cylindrical-coordinate representation of color #8FCFF8: hue angle of 203.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FCFF8 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 207 | 248 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.03 |
| HSL | 203.43º | 0.88% | 0.77% | - |
| HSV(B) | 203.43º | 0.42% | 0.97% | - |
| XYZ | 50.58 | 57.24 | 97.19 | - |
| YUV | 192.54 | 159.3 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 248 | 0.42 | 0.17 | 0 | 0.03 | 203.43 | 0.88 | 0.77 |
| Hex | 8F | CF | F8 | 2A | 11 | 0 | 3 | CB | 58 | 4D |
| Octal | 217 | 317 | 370 | 52 | 21 | 0 | 3 | 313 | 130 | 115 |
| Binary | 10001111 | 11001111 | 11111000 | 101010 | 10001 | 0 | 11 | 11001011 | 1011000 | 1001101 |
Color Harmonies of #8FCFF8
Complementary color
Monochromatic Colors of #8FCFF8
Black with #8FCFF8
Text Example
Text Example
White with #8FCFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFF8; }
p { color: rgb(143,207,248); }
H1.HeaderClassName
{
color: #8FCFF8;
}
.AnyTagClassName
{
color: #8FCFF8;
}
</style>
background-color css
<style>
a { background-color: #8FCFF8; }
a { background-color: rgb(143,207,248); }
div.DivClassName
{
background-color: #8FCFF8;
}
.BgClassName
{
background-color: #8FCFF8;
}
</style>
border-color css
<style>
span { border-color: #8FCFF8; }
span { border-color: rgb(143,207,248); }
td.TdClassName
{
border-color: #8FCFF8;
}
.TagClassName
{
border-color: #8FCFF8;
}
</style>