Shades of Light Sky Blue #8ECFFE
Tints of Light Sky Blue #8ECFFE
RGB
CMYK
RGB Variations
Color information
#8ECFFE (or 0x8ECFFE) is known color: Light Sky Blue. HEX triplet: 8E, CF and FE. RGB value is (142,207,254). Sum of RGB (Red+Green+Blue) = 142+207+254=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ECFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECFFE is #713001. Grayscale: #C0C0C0. Windows color (decimal): -7417858 or 16699278. OLE color: 16699278.
HSL color Cylindrical-coordinate representation of color #8ECFFE: hue angle of 205.18º 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 #8ECFFE is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 207 | 254 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.00 |
| HSL | 205.18º | 0.98% | 0.78% | - |
| HSV(B) | 205.18º | 0.44% | 1% | - |
| XYZ | 51.36 | 57.53 | 102.16 | - |
| YUV | 192.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 254 | 0.44 | 0.19 | 0 | 0.00 | 205.18 | 0.98 | 0.78 |
| Hex | 8E | CF | FE | 2C | 13 | 0 | 0 | CD | 62 | 4E |
| Octal | 216 | 317 | 376 | 54 | 23 | 0 | 0 | 315 | 142 | 116 |
| Binary | 10001110 | 11001111 | 11111110 | 101100 | 10011 | 0 | 0 | 11001101 | 1100010 | 1001110 |
Color Harmonies of #8ECFFE
Complementary color
Monochromatic Colors of #8ECFFE
Black with #8ECFFE
Text Example
Text Example
White with #8ECFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECFFE; }
p { color: rgb(142,207,254); }
H1.HeaderClassName
{
color: #8ECFFE;
}
.AnyTagClassName
{
color: #8ECFFE;
}
</style>
background-color css
<style>
a { background-color: #8ECFFE; }
a { background-color: rgb(142,207,254); }
div.DivClassName
{
background-color: #8ECFFE;
}
.BgClassName
{
background-color: #8ECFFE;
}
</style>
border-color css
<style>
span { border-color: #8ECFFE; }
span { border-color: rgb(142,207,254); }
td.TdClassName
{
border-color: #8ECFFE;
}
.TagClassName
{
border-color: #8ECFFE;
}
</style>