Shades of Light Sky Blue #8DC3FF
Tints of Light Sky Blue #8DC3FF
RGB
CMYK
RGB Variations
Color information
#8DC3FF (or 0x8DC3FF) is known color: Light Sky Blue. HEX triplet: 8D, C3 and FF. RGB value is (141,195,255). Sum of RGB (Red+Green+Blue) = 141+195+255=591 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.86% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DC3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC3FF is #723C00. Grayscale: #B9B9B9. Windows color (decimal): -7486465 or 16761741. OLE color: 16761741.
HSL color Cylindrical-coordinate representation of color #8DC3FF: hue angle of 211.58º 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 #8DC3FF is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 195 | 255 | - |
| CMYK | 0.45 | 0.24 | 0 | 0 |
| HSL | 211.58º | 1% | 0.78% | - |
| HSV(B) | 211.58º | 0.45% | 1% | - |
| XYZ | 48.55 | 51.91 | 102.07 | - |
| YUV | 185.69 | 167.11 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 255 | 0.45 | 0.24 | 0 | 0 | 211.58 | 1 | 0.78 |
| Hex | 8D | C3 | FF | 2D | 18 | 0 | 0 | D4 | 64 | 4E |
| Octal | 215 | 303 | 377 | 55 | 30 | 0 | 0 | 324 | 144 | 116 |
| Binary | 10001101 | 11000011 | 11111111 | 101101 | 11000 | 0 | 0 | 11010100 | 1100100 | 1001110 |
Color Harmonies of #8DC3FF
Complementary color
Monochromatic Colors of #8DC3FF
Black with #8DC3FF
Text Example
Text Example
White with #8DC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC3FF; }
p { color: rgb(141,195,255); }
H1.HeaderClassName
{
color: #8DC3FF;
}
.AnyTagClassName
{
color: #8DC3FF;
}
</style>
background-color css
<style>
a { background-color: #8DC3FF; }
a { background-color: rgb(141,195,255); }
div.DivClassName
{
background-color: #8DC3FF;
}
.BgClassName
{
background-color: #8DC3FF;
}
</style>
border-color css
<style>
span { border-color: #8DC3FF; }
span { border-color: rgb(141,195,255); }
td.TdClassName
{
border-color: #8DC3FF;
}
.TagClassName
{
border-color: #8DC3FF;
}
</style>