Shades of Light Sky Blue #8FBFFF
Tints of Light Sky Blue #8FBFFF
RGB
CMYK
RGB Variations
Color information
#8FBFFF (or 0x8FBFFF) is known color: Light Sky Blue. HEX triplet: 8F, BF and FF. RGB value is (143,191,255). Sum of RGB (Red+Green+Blue) = 143+191+255=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FBFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBFFF is #704000. Grayscale: #B7B7B7. Windows color (decimal): -7356417 or 16760719. OLE color: 16760719.
HSL color Cylindrical-coordinate representation of color #8FBFFF: hue angle of 214.29º 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 #8FBFFF is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 191 | 255 | - |
| CMYK | 0.44 | 0.25 | 0 | 0 |
| HSL | 214.29º | 1% | 0.78% | - |
| HSV(B) | 214.29º | 0.44% | 1% | - |
| XYZ | 48.01 | 50.32 | 101.79 | - |
| YUV | 183.94 | 168.1 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 255 | 0.44 | 0.25 | 0 | 0 | 214.29 | 1 | 0.78 |
| Hex | 8F | BF | FF | 2C | 19 | 0 | 0 | D6 | 64 | 4E |
| Octal | 217 | 277 | 377 | 54 | 31 | 0 | 0 | 326 | 144 | 116 |
| Binary | 10001111 | 10111111 | 11111111 | 101100 | 11001 | 0 | 0 | 11010110 | 1100100 | 1001110 |
Color Harmonies of #8FBFFF
Complementary color
Monochromatic Colors of #8FBFFF
Black with #8FBFFF
Text Example
Text Example
White with #8FBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFFF; }
p { color: rgb(143,191,255); }
H1.HeaderClassName
{
color: #8FBFFF;
}
.AnyTagClassName
{
color: #8FBFFF;
}
</style>
background-color css
<style>
a { background-color: #8FBFFF; }
a { background-color: rgb(143,191,255); }
div.DivClassName
{
background-color: #8FBFFF;
}
.BgClassName
{
background-color: #8FBFFF;
}
</style>
border-color css
<style>
span { border-color: #8FBFFF; }
span { border-color: rgb(143,191,255); }
td.TdClassName
{
border-color: #8FBFFF;
}
.TagClassName
{
border-color: #8FBFFF;
}
</style>