Shades of Light Sky Blue #8DC0FF
Tints of Light Sky Blue #8DC0FF
RGB
CMYK
RGB Variations
Color information
#8DC0FF (or 0x8DC0FF) is known color: Light Sky Blue. HEX triplet: 8D, C0 and FF. RGB value is (141,192,255). Sum of RGB (Red+Green+Blue) = 141+192+255=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC0FF is #723F00. Grayscale: #B7B7B7. Windows color (decimal): -7487233 or 16760973. OLE color: 16760973.
HSL color Cylindrical-coordinate representation of color #8DC0FF: hue angle of 213.16º 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 #8DC0FF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 192 | 255 | - |
| CMYK | 0.45 | 0.25 | 0 | 0 |
| HSL | 213.16º | 1% | 0.78% | - |
| HSV(B) | 213.16º | 0.45% | 1% | - |
| XYZ | 47.88 | 50.58 | 101.85 | - |
| YUV | 183.93 | 168.1 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 255 | 0.45 | 0.25 | 0 | 0 | 213.16 | 1 | 0.78 |
| Hex | 8D | C0 | FF | 2D | 19 | 0 | 0 | D5 | 64 | 4E |
| Octal | 215 | 300 | 377 | 55 | 31 | 0 | 0 | 325 | 144 | 116 |
| Binary | 10001101 | 11000000 | 11111111 | 101101 | 11001 | 0 | 0 | 11010101 | 1100100 | 1001110 |
Color Harmonies of #8DC0FF
Complementary color
Monochromatic Colors of #8DC0FF
Black with #8DC0FF
Text Example
Text Example
White with #8DC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0FF; }
p { color: rgb(141,192,255); }
H1.HeaderClassName
{
color: #8DC0FF;
}
.AnyTagClassName
{
color: #8DC0FF;
}
</style>
background-color css
<style>
a { background-color: #8DC0FF; }
a { background-color: rgb(141,192,255); }
div.DivClassName
{
background-color: #8DC0FF;
}
.BgClassName
{
background-color: #8DC0FF;
}
</style>
border-color css
<style>
span { border-color: #8DC0FF; }
span { border-color: rgb(141,192,255); }
td.TdClassName
{
border-color: #8DC0FF;
}
.TagClassName
{
border-color: #8DC0FF;
}
</style>