Shades of Light Sky Blue #8FBAFE
Tints of Light Sky Blue #8FBAFE
RGB
CMYK
RGB Variations
Color information
#8FBAFE (or 0x8FBAFE) is known color: Light Sky Blue. HEX triplet: 8F, BA and FE. RGB value is (143,186,254). Sum of RGB (Red+Green+Blue) = 143+186+254=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAFE is #704501. Grayscale: #B4B4B4. Windows color (decimal): -7357698 or 16693903. OLE color: 16693903.
HSL color Cylindrical-coordinate representation of color #8FBAFE: hue angle of 216.76º 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 #8FBAFE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 186 | 254 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.00 |
| HSL | 216.76º | 0.98% | 0.78% | - |
| HSV(B) | 216.76º | 0.44% | 1% | - |
| XYZ | 46.78 | 48.11 | 100.59 | - |
| YUV | 180.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 254 | 0.44 | 0.27 | 0 | 0.00 | 216.76 | 0.98 | 0.78 |
| Hex | 8F | BA | FE | 2C | 1B | 0 | 0 | D9 | 62 | 4E |
| Octal | 217 | 272 | 376 | 54 | 33 | 0 | 0 | 331 | 142 | 116 |
| Binary | 10001111 | 10111010 | 11111110 | 101100 | 11011 | 0 | 0 | 11011001 | 1100010 | 1001110 |
Color Harmonies of #8FBAFE
Complementary color
Monochromatic Colors of #8FBAFE
Black with #8FBAFE
Text Example
Text Example
White with #8FBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAFE; }
p { color: rgb(143,186,254); }
H1.HeaderClassName
{
color: #8FBAFE;
}
.AnyTagClassName
{
color: #8FBAFE;
}
</style>
background-color css
<style>
a { background-color: #8FBAFE; }
a { background-color: rgb(143,186,254); }
div.DivClassName
{
background-color: #8FBAFE;
}
.BgClassName
{
background-color: #8FBAFE;
}
</style>
border-color css
<style>
span { border-color: #8FBAFE; }
span { border-color: rgb(143,186,254); }
td.TdClassName
{
border-color: #8FBAFE;
}
.TagClassName
{
border-color: #8FBAFE;
}
</style>