Shades of Light Sky Blue #8FD0FF
Tints of Light Sky Blue #8FD0FF
RGB
CMYK
RGB Variations
Color information
#8FD0FF (or 0x8FD0FF) is known color: Light Sky Blue. HEX triplet: 8F, D0 and FF. RGB value is (143,208,255). Sum of RGB (Red+Green+Blue) = 143+208+255=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD0FF is #702F00. Grayscale: #C1C1C1. Windows color (decimal): -7352065 or 16765071. OLE color: 16765071.
HSL color Cylindrical-coordinate representation of color #8FD0FF: hue angle of 205.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD0FF is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 208 | 255 | - |
| CMYK | 0.44 | 0.18 | 0 | 0 |
| HSL | 205.18º | 1% | 0.78% | - |
| HSV(B) | 205.18º | 0.44% | 1% | - |
| XYZ | 51.93 | 58.17 | 103.1 | - |
| YUV | 193.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 255 | 0.44 | 0.18 | 0 | 0 | 205.18 | 1 | 0.78 |
| Hex | 8F | D0 | FF | 2C | 12 | 0 | 0 | CD | 64 | 4E |
| Octal | 217 | 320 | 377 | 54 | 22 | 0 | 0 | 315 | 144 | 116 |
| Binary | 10001111 | 11010000 | 11111111 | 101100 | 10010 | 0 | 0 | 11001101 | 1100100 | 1001110 |
Color Harmonies of #8FD0FF
Complementary color
Monochromatic Colors of #8FD0FF
Black with #8FD0FF
Text Example
Text Example
White with #8FD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD0FF; }
p { color: rgb(143,208,255); }
H1.HeaderClassName
{
color: #8FD0FF;
}
.AnyTagClassName
{
color: #8FD0FF;
}
</style>
background-color css
<style>
a { background-color: #8FD0FF; }
a { background-color: rgb(143,208,255); }
div.DivClassName
{
background-color: #8FD0FF;
}
.BgClassName
{
background-color: #8FD0FF;
}
</style>
border-color css
<style>
span { border-color: #8FD0FF; }
span { border-color: rgb(143,208,255); }
td.TdClassName
{
border-color: #8FD0FF;
}
.TagClassName
{
border-color: #8FD0FF;
}
</style>