Shades of Light Sky Blue #8DCEFC
Tints of Light Sky Blue #8DCEFC
RGB
CMYK
RGB Variations
Color information
#8DCEFC (or 0x8DCEFC) is known color: Light Sky Blue. HEX triplet: 8D, CE and FC. RGB value is (141,206,252). Sum of RGB (Red+Green+Blue) = 141+206+252=599 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.54% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DCEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEFC is #723103. Grayscale: #BFBFBF. Windows color (decimal): -7483652 or 16567949. OLE color: 16567949.
HSL color Cylindrical-coordinate representation of color #8DCEFC: hue angle of 204.86º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DCEFC is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 206 | 252 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.01 |
| HSL | 204.86º | 0.95% | 0.77% | - |
| HSV(B) | 204.86º | 0.44% | 0.99% | - |
| XYZ | 50.63 | 56.83 | 100.4 | - |
| YUV | 191.81 | 161.97 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 252 | 0.44 | 0.18 | 0 | 0.01 | 204.86 | 0.95 | 0.77 |
| Hex | 8D | CE | FC | 2C | 12 | 0 | 1 | CD | 5F | 4D |
| Octal | 215 | 316 | 374 | 54 | 22 | 0 | 1 | 315 | 137 | 115 |
| Binary | 10001101 | 11001110 | 11111100 | 101100 | 10010 | 0 | 1 | 11001101 | 1011111 | 1001101 |
Color Harmonies of #8DCEFC
Complementary color
Monochromatic Colors of #8DCEFC
Black with #8DCEFC
Text Example
Text Example
White with #8DCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEFC; }
p { color: rgb(141,206,252); }
H1.HeaderClassName
{
color: #8DCEFC;
}
.AnyTagClassName
{
color: #8DCEFC;
}
</style>
background-color css
<style>
a { background-color: #8DCEFC; }
a { background-color: rgb(141,206,252); }
div.DivClassName
{
background-color: #8DCEFC;
}
.BgClassName
{
background-color: #8DCEFC;
}
</style>
border-color css
<style>
span { border-color: #8DCEFC; }
span { border-color: rgb(141,206,252); }
td.TdClassName
{
border-color: #8DCEFC;
}
.TagClassName
{
border-color: #8DCEFC;
}
</style>