Shades of Light Sky Blue #8DCDFF
Tints of Light Sky Blue #8DCDFF
RGB
CMYK
RGB Variations
Color information
#8DCDFF (or 0x8DCDFF) is known color: Light Sky Blue. HEX triplet: 8D, CD and FF. RGB value is (141,205,255). Sum of RGB (Red+Green+Blue) = 141+205+255=601 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.46% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDFF is #723200. Grayscale: #BFBFBF. Windows color (decimal): -7483905 or 16764301. OLE color: 16764301.
HSL color Cylindrical-coordinate representation of color #8DCDFF: hue angle of 206.32º 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 #8DCDFF is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 205 | 255 | - |
| CMYK | 0.45 | 0.20 | 0 | 0 |
| HSL | 206.32º | 1% | 0.78% | - |
| HSV(B) | 206.32º | 0.45% | 1% | - |
| XYZ | 50.87 | 56.55 | 102.84 | - |
| YUV | 191.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 255 | 0.45 | 0.20 | 0 | 0 | 206.32 | 1 | 0.78 |
| Hex | 8D | CD | FF | 2D | 14 | 0 | 0 | CE | 64 | 4E |
| Octal | 215 | 315 | 377 | 55 | 24 | 0 | 0 | 316 | 144 | 116 |
| Binary | 10001101 | 11001101 | 11111111 | 101101 | 10100 | 0 | 0 | 11001110 | 1100100 | 1001110 |
Color Harmonies of #8DCDFF
Complementary color
Monochromatic Colors of #8DCDFF
Black with #8DCDFF
Text Example
Text Example
White with #8DCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDFF; }
p { color: rgb(141,205,255); }
H1.HeaderClassName
{
color: #8DCDFF;
}
.AnyTagClassName
{
color: #8DCDFF;
}
</style>
background-color css
<style>
a { background-color: #8DCDFF; }
a { background-color: rgb(141,205,255); }
div.DivClassName
{
background-color: #8DCDFF;
}
.BgClassName
{
background-color: #8DCDFF;
}
</style>
border-color css
<style>
span { border-color: #8DCDFF; }
span { border-color: rgb(141,205,255); }
td.TdClassName
{
border-color: #8DCDFF;
}
.TagClassName
{
border-color: #8DCDFF;
}
</style>