Shades of Light Sky Blue #8ECDFE
Tints of Light Sky Blue #8ECDFE
RGB
CMYK
RGB Variations
Color information
#8ECDFE (or 0x8ECDFE) is known color: Light Sky Blue. HEX triplet: 8E, CD and FE. RGB value is (142,205,254). Sum of RGB (Red+Green+Blue) = 142+205+254=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ECDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECDFE is #713201. Grayscale: #BFBFBF. Windows color (decimal): -7418370 or 16698766. OLE color: 16698766.
HSL color Cylindrical-coordinate representation of color #8ECDFE: hue angle of 206.25º 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 #8ECDFE is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 205 | 254 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.00 |
| HSL | 206.25º | 0.98% | 0.78% | - |
| HSV(B) | 206.25º | 0.44% | 1% | - |
| XYZ | 50.88 | 56.57 | 102 | - |
| YUV | 191.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 254 | 0.44 | 0.19 | 0 | 0.00 | 206.25 | 0.98 | 0.78 |
| Hex | 8E | CD | FE | 2C | 13 | 0 | 0 | CE | 62 | 4E |
| Octal | 216 | 315 | 376 | 54 | 23 | 0 | 0 | 316 | 142 | 116 |
| Binary | 10001110 | 11001101 | 11111110 | 101100 | 10011 | 0 | 0 | 11001110 | 1100010 | 1001110 |
Color Harmonies of #8ECDFE
Complementary color
Monochromatic Colors of #8ECDFE
Black with #8ECDFE
Text Example
Text Example
White with #8ECDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDFE; }
p { color: rgb(142,205,254); }
H1.HeaderClassName
{
color: #8ECDFE;
}
.AnyTagClassName
{
color: #8ECDFE;
}
</style>
background-color css
<style>
a { background-color: #8ECDFE; }
a { background-color: rgb(142,205,254); }
div.DivClassName
{
background-color: #8ECDFE;
}
.BgClassName
{
background-color: #8ECDFE;
}
</style>
border-color css
<style>
span { border-color: #8ECDFE; }
span { border-color: rgb(142,205,254); }
td.TdClassName
{
border-color: #8ECDFE;
}
.TagClassName
{
border-color: #8ECDFE;
}
</style>