Shades of Light Sky Blue #8DB6FC
Tints of Light Sky Blue #8DB6FC
RGB
CMYK
RGB Variations
Color information
#8DB6FC (or 0x8DB6FC) is known color: Light Sky Blue. HEX triplet: 8D, B6 and FC. RGB value is (141,182,252). Sum of RGB (Red+Green+Blue) = 141+182+252=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DB6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB6FC is #724903. Grayscale: #B1B1B1. Windows color (decimal): -7489796 or 16561805. OLE color: 16561805.
HSL color Cylindrical-coordinate representation of color #8DB6FC: hue angle of 217.84º degrees, saturation: 0.95, 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 #8DB6FC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 182 | 252 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.01 |
| HSL | 217.84º | 0.95% | 0.77% | - |
| HSV(B) | 217.84º | 0.44% | 0.99% | - |
| XYZ | 45.28 | 46.15 | 98.62 | - |
| YUV | 177.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 252 | 0.44 | 0.28 | 0 | 0.01 | 217.84 | 0.95 | 0.77 |
| Hex | 8D | B6 | FC | 2C | 1C | 0 | 1 | DA | 5F | 4D |
| Octal | 215 | 266 | 374 | 54 | 34 | 0 | 1 | 332 | 137 | 115 |
| Binary | 10001101 | 10110110 | 11111100 | 101100 | 11100 | 0 | 1 | 11011010 | 1011111 | 1001101 |
Color Harmonies of #8DB6FC
Complementary color
Monochromatic Colors of #8DB6FC
Black with #8DB6FC
Text Example
Text Example
White with #8DB6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6FC; }
p { color: rgb(141,182,252); }
H1.HeaderClassName
{
color: #8DB6FC;
}
.AnyTagClassName
{
color: #8DB6FC;
}
</style>
background-color css
<style>
a { background-color: #8DB6FC; }
a { background-color: rgb(141,182,252); }
div.DivClassName
{
background-color: #8DB6FC;
}
.BgClassName
{
background-color: #8DB6FC;
}
</style>
border-color css
<style>
span { border-color: #8DB6FC; }
span { border-color: rgb(141,182,252); }
td.TdClassName
{
border-color: #8DB6FC;
}
.TagClassName
{
border-color: #8DB6FC;
}
</style>