Shades of Light Sky Blue #8EBEFD
Tints of Light Sky Blue #8EBEFD
RGB
CMYK
RGB Variations
Color information
#8EBEFD (or 0x8EBEFD) is known color: Light Sky Blue. HEX triplet: 8E, BE and FD. RGB value is (142,190,253). Sum of RGB (Red+Green+Blue) = 142+190+253=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBEFD is #714102. Grayscale: #B6B6B6. Windows color (decimal): -7422211 or 16629390. OLE color: 16629390.
HSL color Cylindrical-coordinate representation of color #8EBEFD: hue angle of 214.05º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EBEFD is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 190 | 253 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.01 |
| HSL | 214.05º | 0.97% | 0.77% | - |
| HSV(B) | 214.05º | 0.44% | 0.99% | - |
| XYZ | 47.3 | 49.67 | 100.02 | - |
| YUV | 182.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 253 | 0.44 | 0.25 | 0 | 0.01 | 214.05 | 0.97 | 0.77 |
| Hex | 8E | BE | FD | 2C | 19 | 0 | 1 | D6 | 61 | 4D |
| Octal | 216 | 276 | 375 | 54 | 31 | 0 | 1 | 326 | 141 | 115 |
| Binary | 10001110 | 10111110 | 11111101 | 101100 | 11001 | 0 | 1 | 11010110 | 1100001 | 1001101 |
Color Harmonies of #8EBEFD
Complementary color
Monochromatic Colors of #8EBEFD
Black with #8EBEFD
Text Example
Text Example
White with #8EBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBEFD; }
p { color: rgb(142,190,253); }
H1.HeaderClassName
{
color: #8EBEFD;
}
.AnyTagClassName
{
color: #8EBEFD;
}
</style>
background-color css
<style>
a { background-color: #8EBEFD; }
a { background-color: rgb(142,190,253); }
div.DivClassName
{
background-color: #8EBEFD;
}
.BgClassName
{
background-color: #8EBEFD;
}
</style>
border-color css
<style>
span { border-color: #8EBEFD; }
span { border-color: rgb(142,190,253); }
td.TdClassName
{
border-color: #8EBEFD;
}
.TagClassName
{
border-color: #8EBEFD;
}
</style>