Shades of Light Sky Blue #8DC9FB
Tints of Light Sky Blue #8DC9FB
RGB
CMYK
RGB Variations
Color information
#8DC9FB (or 0x8DC9FB) is known color: Light Sky Blue. HEX triplet: 8D, C9 and FB. RGB value is (141,201,251). Sum of RGB (Red+Green+Blue) = 141+201+251=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DC9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC9FB is #723604. Grayscale: #BCBCBC. Windows color (decimal): -7484933 or 16501133. OLE color: 16501133.
HSL color Cylindrical-coordinate representation of color #8DC9FB: hue angle of 207.27º 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 #8DC9FB is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 201 | 251 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.02 |
| HSL | 207.27º | 0.93% | 0.77% | - |
| HSV(B) | 207.27º | 0.44% | 0.98% | - |
| XYZ | 49.28 | 54.4 | 99.17 | - |
| YUV | 188.76 | 163.12 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 251 | 0.44 | 0.20 | 0 | 0.02 | 207.27 | 0.93 | 0.77 |
| Hex | 8D | C9 | FB | 2C | 14 | 0 | 2 | CF | 5D | 4D |
| Octal | 215 | 311 | 373 | 54 | 24 | 0 | 2 | 317 | 135 | 115 |
| Binary | 10001101 | 11001001 | 11111011 | 101100 | 10100 | 0 | 10 | 11001111 | 1011101 | 1001101 |
Color Harmonies of #8DC9FB
Complementary color
Monochromatic Colors of #8DC9FB
Black with #8DC9FB
Text Example
Text Example
White with #8DC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC9FB; }
p { color: rgb(141,201,251); }
H1.HeaderClassName
{
color: #8DC9FB;
}
.AnyTagClassName
{
color: #8DC9FB;
}
</style>
background-color css
<style>
a { background-color: #8DC9FB; }
a { background-color: rgb(141,201,251); }
div.DivClassName
{
background-color: #8DC9FB;
}
.BgClassName
{
background-color: #8DC9FB;
}
</style>
border-color css
<style>
span { border-color: #8DC9FB; }
span { border-color: rgb(141,201,251); }
td.TdClassName
{
border-color: #8DC9FB;
}
.TagClassName
{
border-color: #8DC9FB;
}
</style>