Shades of Light Sky Blue #8FBEFD
Tints of Light Sky Blue #8FBEFD
RGB
CMYK
RGB Variations
Color information
#8FBEFD (or 0x8FBEFD) is known color: Light Sky Blue. HEX triplet: 8F, BE and FD. RGB value is (143,190,253). Sum of RGB (Red+Green+Blue) = 143+190+253=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBEFD is #704102. Grayscale: #B6B6B6. Windows color (decimal): -7356675 or 16629391. OLE color: 16629391.
HSL color Cylindrical-coordinate representation of color #8FBEFD: hue angle of 214.36º 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 #8FBEFD is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 190 | 253 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.01 |
| HSL | 214.36º | 0.96% | 0.78% | - |
| HSV(B) | 214.36º | 0.43% | 0.99% | - |
| XYZ | 47.47 | 49.76 | 100.03 | - |
| YUV | 183.13 | 167.43 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 253 | 0.43 | 0.25 | 0 | 0.01 | 214.36 | 0.96 | 0.78 |
| Hex | 8F | BE | FD | 2B | 19 | 0 | 1 | D6 | 60 | 4E |
| Octal | 217 | 276 | 375 | 53 | 31 | 0 | 1 | 326 | 140 | 116 |
| Binary | 10001111 | 10111110 | 11111101 | 101011 | 11001 | 0 | 1 | 11010110 | 1100000 | 1001110 |
Color Harmonies of #8FBEFD
Complementary color
Monochromatic Colors of #8FBEFD
Black with #8FBEFD
Text Example
Text Example
White with #8FBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEFD; }
p { color: rgb(143,190,253); }
H1.HeaderClassName
{
color: #8FBEFD;
}
.AnyTagClassName
{
color: #8FBEFD;
}
</style>
background-color css
<style>
a { background-color: #8FBEFD; }
a { background-color: rgb(143,190,253); }
div.DivClassName
{
background-color: #8FBEFD;
}
.BgClassName
{
background-color: #8FBEFD;
}
</style>
border-color css
<style>
span { border-color: #8FBEFD; }
span { border-color: rgb(143,190,253); }
td.TdClassName
{
border-color: #8FBEFD;
}
.TagClassName
{
border-color: #8FBEFD;
}
</style>