Shades of Light Sky Blue #8DCEFF
Tints of Light Sky Blue #8DCEFF
RGB
CMYK
RGB Variations
Color information
#8DCEFF (or 0x8DCEFF) is known color: Light Sky Blue. HEX triplet: 8D, CE and FF. RGB value is (141,206,255). Sum of RGB (Red+Green+Blue) = 141+206+255=602 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.42% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEFF is #723100. Grayscale: #BFBFBF. Windows color (decimal): -7483649 or 16764557. OLE color: 16764557.
HSL color Cylindrical-coordinate representation of color #8DCEFF: hue angle of 205.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DCEFF is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 206 | 255 | - |
| CMYK | 0.45 | 0.19 | 0 | 0 |
| HSL | 205.79º | 1% | 0.78% | - |
| HSV(B) | 205.79º | 0.45% | 1% | - |
| XYZ | 51.11 | 57.03 | 102.92 | - |
| YUV | 192.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 255 | 0.45 | 0.19 | 0 | 0 | 205.79 | 1 | 0.78 |
| Hex | 8D | CE | FF | 2D | 13 | 0 | 0 | CE | 64 | 4E |
| Octal | 215 | 316 | 377 | 55 | 23 | 0 | 0 | 316 | 144 | 116 |
| Binary | 10001101 | 11001110 | 11111111 | 101101 | 10011 | 0 | 0 | 11001110 | 1100100 | 1001110 |
Color Harmonies of #8DCEFF
Complementary color
Monochromatic Colors of #8DCEFF
Black with #8DCEFF
Text Example
Text Example
White with #8DCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEFF; }
p { color: rgb(141,206,255); }
H1.HeaderClassName
{
color: #8DCEFF;
}
.AnyTagClassName
{
color: #8DCEFF;
}
</style>
background-color css
<style>
a { background-color: #8DCEFF; }
a { background-color: rgb(141,206,255); }
div.DivClassName
{
background-color: #8DCEFF;
}
.BgClassName
{
background-color: #8DCEFF;
}
</style>
border-color css
<style>
span { border-color: #8DCEFF; }
span { border-color: rgb(141,206,255); }
td.TdClassName
{
border-color: #8DCEFF;
}
.TagClassName
{
border-color: #8DCEFF;
}
</style>