Shades of Light Sky Blue #8FD0FE
Tints of Light Sky Blue #8FD0FE
RGB
CMYK
RGB Variations
Color information
#8FD0FE (or 0x8FD0FE) is known color: Light Sky Blue. HEX triplet: 8F, D0 and FE. RGB value is (143,208,254). Sum of RGB (Red+Green+Blue) = 143+208+254=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FD0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD0FE is #702F01. Grayscale: #C1C1C1. Windows color (decimal): -7352066 or 16699535. OLE color: 16699535.
HSL color Cylindrical-coordinate representation of color #8FD0FE: hue angle of 204.86º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD0FE is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 208 | 254 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.00 |
| HSL | 204.86º | 0.98% | 0.78% | - |
| HSV(B) | 204.86º | 0.44% | 1% | - |
| XYZ | 51.77 | 58.11 | 102.25 | - |
| YUV | 193.81 | 161.97 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 254 | 0.44 | 0.18 | 0 | 0.00 | 204.86 | 0.98 | 0.78 |
| Hex | 8F | D0 | FE | 2C | 12 | 0 | 0 | CD | 62 | 4E |
| Octal | 217 | 320 | 376 | 54 | 22 | 0 | 0 | 315 | 142 | 116 |
| Binary | 10001111 | 11010000 | 11111110 | 101100 | 10010 | 0 | 0 | 11001101 | 1100010 | 1001110 |
Color Harmonies of #8FD0FE
Complementary color
Monochromatic Colors of #8FD0FE
Black with #8FD0FE
Text Example
Text Example
White with #8FD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD0FE; }
p { color: rgb(143,208,254); }
H1.HeaderClassName
{
color: #8FD0FE;
}
.AnyTagClassName
{
color: #8FD0FE;
}
</style>
background-color css
<style>
a { background-color: #8FD0FE; }
a { background-color: rgb(143,208,254); }
div.DivClassName
{
background-color: #8FD0FE;
}
.BgClassName
{
background-color: #8FD0FE;
}
</style>
border-color css
<style>
span { border-color: #8FD0FE; }
span { border-color: rgb(143,208,254); }
td.TdClassName
{
border-color: #8FD0FE;
}
.TagClassName
{
border-color: #8FD0FE;
}
</style>