Shades of Light Sky Blue #8FD0FB
Tints of Light Sky Blue #8FD0FB
RGB
CMYK
RGB Variations
Color information
#8FD0FB (or 0x8FD0FB) is known color: Light Sky Blue. HEX triplet: 8F, D0 and FB. RGB value is (143,208,251). Sum of RGB (Red+Green+Blue) = 143+208+251=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FD0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD0FB is #702F04. Grayscale: #C1C1C1. Windows color (decimal): -7352069 or 16502927. OLE color: 16502927.
HSL color Cylindrical-coordinate representation of color #8FD0FB: hue angle of 203.89º degrees, saturation: 0.93, 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 #8FD0FB is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 208 | 251 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.02 |
| HSL | 203.89º | 0.93% | 0.77% | - |
| HSV(B) | 203.89º | 0.43% | 0.98% | - |
| XYZ | 51.3 | 57.92 | 99.74 | - |
| YUV | 193.47 | 160.47 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 251 | 0.43 | 0.17 | 0 | 0.02 | 203.89 | 0.93 | 0.77 |
| Hex | 8F | D0 | FB | 2B | 11 | 0 | 2 | CC | 5D | 4D |
| Octal | 217 | 320 | 373 | 53 | 21 | 0 | 2 | 314 | 135 | 115 |
| Binary | 10001111 | 11010000 | 11111011 | 101011 | 10001 | 0 | 10 | 11001100 | 1011101 | 1001101 |
Color Harmonies of #8FD0FB
Complementary color
Monochromatic Colors of #8FD0FB
Black with #8FD0FB
Text Example
Text Example
White with #8FD0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD0FB; }
p { color: rgb(143,208,251); }
H1.HeaderClassName
{
color: #8FD0FB;
}
.AnyTagClassName
{
color: #8FD0FB;
}
</style>
background-color css
<style>
a { background-color: #8FD0FB; }
a { background-color: rgb(143,208,251); }
div.DivClassName
{
background-color: #8FD0FB;
}
.BgClassName
{
background-color: #8FD0FB;
}
</style>
border-color css
<style>
span { border-color: #8FD0FB; }
span { border-color: rgb(143,208,251); }
td.TdClassName
{
border-color: #8FD0FB;
}
.TagClassName
{
border-color: #8FD0FB;
}
</style>