Shades of Light Sky Blue #8FBAFC
Tints of Light Sky Blue #8FBAFC
RGB
CMYK
RGB Variations
Color information
#8FBAFC (or 0x8FBAFC) is known color: Light Sky Blue. HEX triplet: 8F, BA and FC. RGB value is (143,186,252). Sum of RGB (Red+Green+Blue) = 143+186+252=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAFC is #704503. Grayscale: #B4B4B4. Windows color (decimal): -7357700 or 16562831. OLE color: 16562831.
HSL color Cylindrical-coordinate representation of color #8FBAFC: hue angle of 216.33º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FBAFC is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 186 | 252 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.01 |
| HSL | 216.33º | 0.95% | 0.77% | - |
| HSV(B) | 216.33º | 0.43% | 0.99% | - |
| XYZ | 46.46 | 47.99 | 98.91 | - |
| YUV | 180.67 | 168.25 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 252 | 0.43 | 0.26 | 0 | 0.01 | 216.33 | 0.95 | 0.77 |
| Hex | 8F | BA | FC | 2B | 1A | 0 | 1 | D8 | 5F | 4D |
| Octal | 217 | 272 | 374 | 53 | 32 | 0 | 1 | 330 | 137 | 115 |
| Binary | 10001111 | 10111010 | 11111100 | 101011 | 11010 | 0 | 1 | 11011000 | 1011111 | 1001101 |
Color Harmonies of #8FBAFC
Complementary color
Monochromatic Colors of #8FBAFC
Black with #8FBAFC
Text Example
Text Example
White with #8FBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAFC; }
p { color: rgb(143,186,252); }
H1.HeaderClassName
{
color: #8FBAFC;
}
.AnyTagClassName
{
color: #8FBAFC;
}
</style>
background-color css
<style>
a { background-color: #8FBAFC; }
a { background-color: rgb(143,186,252); }
div.DivClassName
{
background-color: #8FBAFC;
}
.BgClassName
{
background-color: #8FBAFC;
}
</style>
border-color css
<style>
span { border-color: #8FBAFC; }
span { border-color: rgb(143,186,252); }
td.TdClassName
{
border-color: #8FBAFC;
}
.TagClassName
{
border-color: #8FBAFC;
}
</style>