Shades of Light Sky Blue #8DC0FE
Tints of Light Sky Blue #8DC0FE
RGB
CMYK
RGB Variations
Color information
#8DC0FE (or 0x8DC0FE) is known color: Light Sky Blue. HEX triplet: 8D, C0 and FE. RGB value is (141,192,254). Sum of RGB (Red+Green+Blue) = 141+192+254=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC0FE is #723F01. Grayscale: #B7B7B7. Windows color (decimal): -7487234 or 16695437. OLE color: 16695437.
HSL color Cylindrical-coordinate representation of color #8DC0FE: hue angle of 212.92º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC0FE is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 192 | 254 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.00 |
| HSL | 212.92º | 0.98% | 0.77% | - |
| HSV(B) | 212.92º | 0.44% | 1% | - |
| XYZ | 47.72 | 50.52 | 101 | - |
| YUV | 183.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 254 | 0.44 | 0.24 | 0 | 0.00 | 212.92 | 0.98 | 0.77 |
| Hex | 8D | C0 | FE | 2C | 18 | 0 | 0 | D5 | 62 | 4D |
| Octal | 215 | 300 | 376 | 54 | 30 | 0 | 0 | 325 | 142 | 115 |
| Binary | 10001101 | 11000000 | 11111110 | 101100 | 11000 | 0 | 0 | 11010101 | 1100010 | 1001101 |
Color Harmonies of #8DC0FE
Complementary color
Monochromatic Colors of #8DC0FE
Black with #8DC0FE
Text Example
Text Example
White with #8DC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0FE; }
p { color: rgb(141,192,254); }
H1.HeaderClassName
{
color: #8DC0FE;
}
.AnyTagClassName
{
color: #8DC0FE;
}
</style>
background-color css
<style>
a { background-color: #8DC0FE; }
a { background-color: rgb(141,192,254); }
div.DivClassName
{
background-color: #8DC0FE;
}
.BgClassName
{
background-color: #8DC0FE;
}
</style>
border-color css
<style>
span { border-color: #8DC0FE; }
span { border-color: rgb(141,192,254); }
td.TdClassName
{
border-color: #8DC0FE;
}
.TagClassName
{
border-color: #8DC0FE;
}
</style>