Shades of Light Sky Blue #8DC0FB
Tints of Light Sky Blue #8DC0FB
RGB
CMYK
RGB Variations
Color information
#8DC0FB (or 0x8DC0FB) is known color: Light Sky Blue. HEX triplet: 8D, C0 and FB. RGB value is (141,192,251). Sum of RGB (Red+Green+Blue) = 141+192+251=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DC0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC0FB is #723F04. Grayscale: #B7B7B7. Windows color (decimal): -7487237 or 16498829. OLE color: 16498829.
HSL color Cylindrical-coordinate representation of color #8DC0FB: hue angle of 212.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC0FB is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 192 | 251 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.02 |
| HSL | 212.18º | 0.93% | 0.77% | - |
| HSV(B) | 212.18º | 0.44% | 0.98% | - |
| XYZ | 47.25 | 50.33 | 98.49 | - |
| YUV | 183.48 | 166.1 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 251 | 0.44 | 0.24 | 0 | 0.02 | 212.18 | 0.93 | 0.77 |
| Hex | 8D | C0 | FB | 2C | 18 | 0 | 2 | D4 | 5D | 4D |
| Octal | 215 | 300 | 373 | 54 | 30 | 0 | 2 | 324 | 135 | 115 |
| Binary | 10001101 | 11000000 | 11111011 | 101100 | 11000 | 0 | 10 | 11010100 | 1011101 | 1001101 |
Color Harmonies of #8DC0FB
Complementary color
Monochromatic Colors of #8DC0FB
Black with #8DC0FB
Text Example
Text Example
White with #8DC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0FB; }
p { color: rgb(141,192,251); }
H1.HeaderClassName
{
color: #8DC0FB;
}
.AnyTagClassName
{
color: #8DC0FB;
}
</style>
background-color css
<style>
a { background-color: #8DC0FB; }
a { background-color: rgb(141,192,251); }
div.DivClassName
{
background-color: #8DC0FB;
}
.BgClassName
{
background-color: #8DC0FB;
}
</style>
border-color css
<style>
span { border-color: #8DC0FB; }
span { border-color: rgb(141,192,251); }
td.TdClassName
{
border-color: #8DC0FB;
}
.TagClassName
{
border-color: #8DC0FB;
}
</style>