Shades of Light Sky Blue #8ED1FE
Tints of Light Sky Blue #8ED1FE
RGB
CMYK
RGB Variations
Color information
#8ED1FE (or 0x8ED1FE) is known color: Light Sky Blue. HEX triplet: 8E, D1 and FE. RGB value is (142,209,254). Sum of RGB (Red+Green+Blue) = 142+209+254=605 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.47% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ED1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED1FE is #712E01. Grayscale: #C1C1C1. Windows color (decimal): -7417346 or 16699790. OLE color: 16699790.
HSL color Cylindrical-coordinate representation of color #8ED1FE: hue angle of 204.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED1FE is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 209 | 254 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.00 |
| HSL | 204.11º | 0.98% | 0.78% | - |
| HSV(B) | 204.11º | 0.44% | 1% | - |
| XYZ | 51.85 | 58.51 | 102.33 | - |
| YUV | 194.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 254 | 0.44 | 0.18 | 0 | 0.00 | 204.11 | 0.98 | 0.78 |
| Hex | 8E | D1 | FE | 2C | 12 | 0 | 0 | CC | 62 | 4E |
| Octal | 216 | 321 | 376 | 54 | 22 | 0 | 0 | 314 | 142 | 116 |
| Binary | 10001110 | 11010001 | 11111110 | 101100 | 10010 | 0 | 0 | 11001100 | 1100010 | 1001110 |
Color Harmonies of #8ED1FE
Complementary color
Monochromatic Colors of #8ED1FE
Black with #8ED1FE
Text Example
Text Example
White with #8ED1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED1FE; }
p { color: rgb(142,209,254); }
H1.HeaderClassName
{
color: #8ED1FE;
}
.AnyTagClassName
{
color: #8ED1FE;
}
</style>
background-color css
<style>
a { background-color: #8ED1FE; }
a { background-color: rgb(142,209,254); }
div.DivClassName
{
background-color: #8ED1FE;
}
.BgClassName
{
background-color: #8ED1FE;
}
</style>
border-color css
<style>
span { border-color: #8ED1FE; }
span { border-color: rgb(142,209,254); }
td.TdClassName
{
border-color: #8ED1FE;
}
.TagClassName
{
border-color: #8ED1FE;
}
</style>