Shades of Light Sky Blue #8DC4FF
Tints of Light Sky Blue #8DC4FF
RGB
CMYK
RGB Variations
Color information
#8DC4FF (or 0x8DC4FF) is known color: Light Sky Blue. HEX triplet: 8D, C4 and FF. RGB value is (141,196,255). Sum of RGB (Red+Green+Blue) = 141+196+255=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DC4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC4FF is #723B00. Grayscale: #B9B9B9. Windows color (decimal): -7486209 or 16761997. OLE color: 16761997.
HSL color Cylindrical-coordinate representation of color #8DC4FF: hue angle of 211.05º 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 #8DC4FF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 196 | 255 | - |
| CMYK | 0.45 | 0.23 | 0 | 0 |
| HSL | 211.05º | 1% | 0.78% | - |
| HSV(B) | 211.05º | 0.45% | 1% | - |
| XYZ | 48.77 | 52.36 | 102.14 | - |
| YUV | 186.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 255 | 0.45 | 0.23 | 0 | 0 | 211.05 | 1 | 0.78 |
| Hex | 8D | C4 | FF | 2D | 17 | 0 | 0 | D3 | 64 | 4E |
| Octal | 215 | 304 | 377 | 55 | 27 | 0 | 0 | 323 | 144 | 116 |
| Binary | 10001101 | 11000100 | 11111111 | 101101 | 10111 | 0 | 0 | 11010011 | 1100100 | 1001110 |
Color Harmonies of #8DC4FF
Complementary color
Monochromatic Colors of #8DC4FF
Black with #8DC4FF
Text Example
Text Example
White with #8DC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC4FF; }
p { color: rgb(141,196,255); }
H1.HeaderClassName
{
color: #8DC4FF;
}
.AnyTagClassName
{
color: #8DC4FF;
}
</style>
background-color css
<style>
a { background-color: #8DC4FF; }
a { background-color: rgb(141,196,255); }
div.DivClassName
{
background-color: #8DC4FF;
}
.BgClassName
{
background-color: #8DC4FF;
}
</style>
border-color css
<style>
span { border-color: #8DC4FF; }
span { border-color: rgb(141,196,255); }
td.TdClassName
{
border-color: #8DC4FF;
}
.TagClassName
{
border-color: #8DC4FF;
}
</style>