Shades of Light Sky Blue #8EC8FB
Tints of Light Sky Blue #8EC8FB
RGB
CMYK
RGB Variations
Color information
#8EC8FB (or 0x8EC8FB) is known color: Light Sky Blue. HEX triplet: 8E, C8 and FB. RGB value is (142,200,251). Sum of RGB (Red+Green+Blue) = 142+200+251=593 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.95% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EC8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC8FB is #713704. Grayscale: #BCBCBC. Windows color (decimal): -7419653 or 16500878. OLE color: 16500878.
HSL color Cylindrical-coordinate representation of color #8EC8FB: hue angle of 208.07º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EC8FB is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 200 | 251 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.02 |
| HSL | 208.07º | 0.93% | 0.77% | - |
| HSV(B) | 208.07º | 0.43% | 0.98% | - |
| XYZ | 49.22 | 54.02 | 99.1 | - |
| YUV | 188.47 | 163.28 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 251 | 0.43 | 0.20 | 0 | 0.02 | 208.07 | 0.93 | 0.77 |
| Hex | 8E | C8 | FB | 2B | 14 | 0 | 2 | D0 | 5D | 4D |
| Octal | 216 | 310 | 373 | 53 | 24 | 0 | 2 | 320 | 135 | 115 |
| Binary | 10001110 | 11001000 | 11111011 | 101011 | 10100 | 0 | 10 | 11010000 | 1011101 | 1001101 |
Color Harmonies of #8EC8FB
Complementary color
Monochromatic Colors of #8EC8FB
Black with #8EC8FB
Text Example
Text Example
White with #8EC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC8FB; }
p { color: rgb(142,200,251); }
H1.HeaderClassName
{
color: #8EC8FB;
}
.AnyTagClassName
{
color: #8EC8FB;
}
</style>
background-color css
<style>
a { background-color: #8EC8FB; }
a { background-color: rgb(142,200,251); }
div.DivClassName
{
background-color: #8EC8FB;
}
.BgClassName
{
background-color: #8EC8FB;
}
</style>
border-color css
<style>
span { border-color: #8EC8FB; }
span { border-color: rgb(142,200,251); }
td.TdClassName
{
border-color: #8EC8FB;
}
.TagClassName
{
border-color: #8EC8FB;
}
</style>