Shades of Light Sky Blue #8FD1FB
Tints of Light Sky Blue #8FD1FB
RGB
CMYK
RGB Variations
Color information
#8FD1FB (or 0x8FD1FB) is known color: Light Sky Blue. HEX triplet: 8F, D1 and FB. RGB value is (143,209,251). Sum of RGB (Red+Green+Blue) = 143+209+251=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FD1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD1FB is #702E04. Grayscale: #C1C1C1. Windows color (decimal): -7351813 or 16503183. OLE color: 16503183.
HSL color Cylindrical-coordinate representation of color #8FD1FB: hue angle of 203.33º 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 #8FD1FB is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 209 | 251 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.02 |
| HSL | 203.33º | 0.93% | 0.77% | - |
| HSV(B) | 203.33º | 0.43% | 0.98% | - |
| XYZ | 51.54 | 58.41 | 99.82 | - |
| YUV | 194.05 | 160.13 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 251 | 0.43 | 0.17 | 0 | 0.02 | 203.33 | 0.93 | 0.77 |
| Hex | 8F | D1 | FB | 2B | 11 | 0 | 2 | CB | 5D | 4D |
| Octal | 217 | 321 | 373 | 53 | 21 | 0 | 2 | 313 | 135 | 115 |
| Binary | 10001111 | 11010001 | 11111011 | 101011 | 10001 | 0 | 10 | 11001011 | 1011101 | 1001101 |
Color Harmonies of #8FD1FB
Complementary color
Monochromatic Colors of #8FD1FB
Black with #8FD1FB
Text Example
Text Example
White with #8FD1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD1FB; }
p { color: rgb(143,209,251); }
H1.HeaderClassName
{
color: #8FD1FB;
}
.AnyTagClassName
{
color: #8FD1FB;
}
</style>
background-color css
<style>
a { background-color: #8FD1FB; }
a { background-color: rgb(143,209,251); }
div.DivClassName
{
background-color: #8FD1FB;
}
.BgClassName
{
background-color: #8FD1FB;
}
</style>
border-color css
<style>
span { border-color: #8FD1FB; }
span { border-color: rgb(143,209,251); }
td.TdClassName
{
border-color: #8FD1FB;
}
.TagClassName
{
border-color: #8FD1FB;
}
</style>