Shades of Light Sky Blue #8FBAFD
Tints of Light Sky Blue #8FBAFD
RGB
CMYK
RGB Variations
Color information
#8FBAFD (or 0x8FBAFD) is known color: Light Sky Blue. HEX triplet: 8F, BA and FD. RGB value is (143,186,253). Sum of RGB (Red+Green+Blue) = 143+186+253=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FBAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAFD is #704502. Grayscale: #B4B4B4. Windows color (decimal): -7357699 or 16628367. OLE color: 16628367.
HSL color Cylindrical-coordinate representation of color #8FBAFD: hue angle of 216.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FBAFD is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 186 | 253 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.01 |
| HSL | 216.55º | 0.96% | 0.78% | - |
| HSV(B) | 216.55º | 0.43% | 0.99% | - |
| XYZ | 46.62 | 48.05 | 99.75 | - |
| YUV | 180.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 253 | 0.43 | 0.26 | 0 | 0.01 | 216.55 | 0.96 | 0.78 |
| Hex | 8F | BA | FD | 2B | 1A | 0 | 1 | D9 | 60 | 4E |
| Octal | 217 | 272 | 375 | 53 | 32 | 0 | 1 | 331 | 140 | 116 |
| Binary | 10001111 | 10111010 | 11111101 | 101011 | 11010 | 0 | 1 | 11011001 | 1100000 | 1001110 |
Color Harmonies of #8FBAFD
Complementary color
Monochromatic Colors of #8FBAFD
Black with #8FBAFD
Text Example
Text Example
White with #8FBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAFD; }
p { color: rgb(143,186,253); }
H1.HeaderClassName
{
color: #8FBAFD;
}
.AnyTagClassName
{
color: #8FBAFD;
}
</style>
background-color css
<style>
a { background-color: #8FBAFD; }
a { background-color: rgb(143,186,253); }
div.DivClassName
{
background-color: #8FBAFD;
}
.BgClassName
{
background-color: #8FBAFD;
}
</style>
border-color css
<style>
span { border-color: #8FBAFD; }
span { border-color: rgb(143,186,253); }
td.TdClassName
{
border-color: #8FBAFD;
}
.TagClassName
{
border-color: #8FBAFD;
}
</style>