Shades of Light Sky Blue #8DC8FE
Tints of Light Sky Blue #8DC8FE
RGB
CMYK
RGB Variations
Color information
#8DC8FE (or 0x8DC8FE) is known color: Light Sky Blue. HEX triplet: 8D, C8 and FE. RGB value is (141,200,254). Sum of RGB (Red+Green+Blue) = 141+200+254=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DC8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC8FE is #723701. Grayscale: #BCBCBC. Windows color (decimal): -7485186 or 16697485. OLE color: 16697485.
HSL color Cylindrical-coordinate representation of color #8DC8FE: hue angle of 208.67º 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 #8DC8FE is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 200 | 254 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.00 |
| HSL | 208.67º | 0.98% | 0.77% | - |
| HSV(B) | 208.67º | 0.44% | 1% | - |
| XYZ | 49.53 | 54.13 | 101.6 | - |
| YUV | 188.52 | 164.95 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 254 | 0.44 | 0.21 | 0 | 0.00 | 208.67 | 0.98 | 0.77 |
| Hex | 8D | C8 | FE | 2C | 15 | 0 | 0 | D1 | 62 | 4D |
| Octal | 215 | 310 | 376 | 54 | 25 | 0 | 0 | 321 | 142 | 115 |
| Binary | 10001101 | 11001000 | 11111110 | 101100 | 10101 | 0 | 0 | 11010001 | 1100010 | 1001101 |
Color Harmonies of #8DC8FE
Complementary color
Monochromatic Colors of #8DC8FE
Black with #8DC8FE
Text Example
Text Example
White with #8DC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC8FE; }
p { color: rgb(141,200,254); }
H1.HeaderClassName
{
color: #8DC8FE;
}
.AnyTagClassName
{
color: #8DC8FE;
}
</style>
background-color css
<style>
a { background-color: #8DC8FE; }
a { background-color: rgb(141,200,254); }
div.DivClassName
{
background-color: #8DC8FE;
}
.BgClassName
{
background-color: #8DC8FE;
}
</style>
border-color css
<style>
span { border-color: #8DC8FE; }
span { border-color: rgb(141,200,254); }
td.TdClassName
{
border-color: #8DC8FE;
}
.TagClassName
{
border-color: #8DC8FE;
}
</style>