Shades of Light Sky Blue #8FBFFE
Tints of Light Sky Blue #8FBFFE
RGB
CMYK
RGB Variations
Color information
#8FBFFE (or 0x8FBFFE) is known color: Light Sky Blue. HEX triplet: 8F, BF and FE. RGB value is (143,191,254). Sum of RGB (Red+Green+Blue) = 143+191+254=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FBFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBFFE is #704001. Grayscale: #B7B7B7. Windows color (decimal): -7356418 or 16695183. OLE color: 16695183.
HSL color Cylindrical-coordinate representation of color #8FBFFE: hue angle of 214.05º 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 #8FBFFE is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 191 | 254 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.00 |
| HSL | 214.05º | 0.98% | 0.78% | - |
| HSV(B) | 214.05º | 0.44% | 1% | - |
| XYZ | 47.85 | 50.26 | 100.94 | - |
| YUV | 183.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 254 | 0.44 | 0.25 | 0 | 0.00 | 214.05 | 0.98 | 0.78 |
| Hex | 8F | BF | FE | 2C | 19 | 0 | 0 | D6 | 62 | 4E |
| Octal | 217 | 277 | 376 | 54 | 31 | 0 | 0 | 326 | 142 | 116 |
| Binary | 10001111 | 10111111 | 11111110 | 101100 | 11001 | 0 | 0 | 11010110 | 1100010 | 1001110 |
Color Harmonies of #8FBFFE
Complementary color
Monochromatic Colors of #8FBFFE
Black with #8FBFFE
Text Example
Text Example
White with #8FBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFFE; }
p { color: rgb(143,191,254); }
H1.HeaderClassName
{
color: #8FBFFE;
}
.AnyTagClassName
{
color: #8FBFFE;
}
</style>
background-color css
<style>
a { background-color: #8FBFFE; }
a { background-color: rgb(143,191,254); }
div.DivClassName
{
background-color: #8FBFFE;
}
.BgClassName
{
background-color: #8FBFFE;
}
</style>
border-color css
<style>
span { border-color: #8FBFFE; }
span { border-color: rgb(143,191,254); }
td.TdClassName
{
border-color: #8FBFFE;
}
.TagClassName
{
border-color: #8FBFFE;
}
</style>