Shades of Light Sky Blue #8DC0FD
Tints of Light Sky Blue #8DC0FD
RGB
CMYK
RGB Variations
Color information
#8DC0FD (or 0x8DC0FD) is known color: Light Sky Blue. HEX triplet: 8D, C0 and FD. RGB value is (141,192,253). Sum of RGB (Red+Green+Blue) = 141+192+253=586 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.06% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DC0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC0FD is #723F02. Grayscale: #B7B7B7. Windows color (decimal): -7487235 or 16629901. OLE color: 16629901.
HSL color Cylindrical-coordinate representation of color #8DC0FD: hue angle of 212.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC0FD is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 192 | 253 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.01 |
| HSL | 212.68º | 0.97% | 0.77% | - |
| HSV(B) | 212.68º | 0.44% | 0.99% | - |
| XYZ | 47.56 | 50.45 | 100.16 | - |
| YUV | 183.71 | 167.1 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 253 | 0.44 | 0.24 | 0 | 0.01 | 212.68 | 0.97 | 0.77 |
| Hex | 8D | C0 | FD | 2C | 18 | 0 | 1 | D5 | 61 | 4D |
| Octal | 215 | 300 | 375 | 54 | 30 | 0 | 1 | 325 | 141 | 115 |
| Binary | 10001101 | 11000000 | 11111101 | 101100 | 11000 | 0 | 1 | 11010101 | 1100001 | 1001101 |
Color Harmonies of #8DC0FD
Complementary color
Monochromatic Colors of #8DC0FD
Black with #8DC0FD
Text Example
Text Example
White with #8DC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0FD; }
p { color: rgb(141,192,253); }
H1.HeaderClassName
{
color: #8DC0FD;
}
.AnyTagClassName
{
color: #8DC0FD;
}
</style>
background-color css
<style>
a { background-color: #8DC0FD; }
a { background-color: rgb(141,192,253); }
div.DivClassName
{
background-color: #8DC0FD;
}
.BgClassName
{
background-color: #8DC0FD;
}
</style>
border-color css
<style>
span { border-color: #8DC0FD; }
span { border-color: rgb(141,192,253); }
td.TdClassName
{
border-color: #8DC0FD;
}
.TagClassName
{
border-color: #8DC0FD;
}
</style>