Shades of Light Sky Blue #8FBCFE
Tints of Light Sky Blue #8FBCFE
RGB
CMYK
RGB Variations
Color information
#8FBCFE (or 0x8FBCFE) is known color: Light Sky Blue. HEX triplet: 8F, BC and FE. RGB value is (143,188,254). Sum of RGB (Red+Green+Blue) = 143+188+254=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FBCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBCFE is #704301. Grayscale: #B5B5B5. Windows color (decimal): -7357186 or 16694415. OLE color: 16694415.
HSL color Cylindrical-coordinate representation of color #8FBCFE: hue angle of 215.68º 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 #8FBCFE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 188 | 254 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.00 |
| HSL | 215.68º | 0.98% | 0.78% | - |
| HSV(B) | 215.68º | 0.44% | 1% | - |
| XYZ | 47.2 | 48.96 | 100.73 | - |
| YUV | 182.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 254 | 0.44 | 0.26 | 0 | 0.00 | 215.68 | 0.98 | 0.78 |
| Hex | 8F | BC | FE | 2C | 1A | 0 | 0 | D8 | 62 | 4E |
| Octal | 217 | 274 | 376 | 54 | 32 | 0 | 0 | 330 | 142 | 116 |
| Binary | 10001111 | 10111100 | 11111110 | 101100 | 11010 | 0 | 0 | 11011000 | 1100010 | 1001110 |
Color Harmonies of #8FBCFE
Complementary color
Monochromatic Colors of #8FBCFE
Black with #8FBCFE
Text Example
Text Example
White with #8FBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCFE; }
p { color: rgb(143,188,254); }
H1.HeaderClassName
{
color: #8FBCFE;
}
.AnyTagClassName
{
color: #8FBCFE;
}
</style>
background-color css
<style>
a { background-color: #8FBCFE; }
a { background-color: rgb(143,188,254); }
div.DivClassName
{
background-color: #8FBCFE;
}
.BgClassName
{
background-color: #8FBCFE;
}
</style>
border-color css
<style>
span { border-color: #8FBCFE; }
span { border-color: rgb(143,188,254); }
td.TdClassName
{
border-color: #8FBCFE;
}
.TagClassName
{
border-color: #8FBCFE;
}
</style>