Shades of Light Sky Blue #8DB6F8
Tints of Light Sky Blue #8DB6F8
RGB
CMYK
RGB Variations
Color information
#8DB6F8 (or 0x8DB6F8) is known color: Light Sky Blue. HEX triplet: 8D, B6 and F8. RGB value is (141,182,248). Sum of RGB (Red+Green+Blue) = 141+182+248=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DB6F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB6F8 is #724907. Grayscale: #B0B0B0. Windows color (decimal): -7489800 or 16299661. OLE color: 16299661.
HSL color Cylindrical-coordinate representation of color #8DB6F8: hue angle of 217.01º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB6F8 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 182 | 248 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.03 |
| HSL | 217.01º | 0.88% | 0.76% | - |
| HSV(B) | 217.01º | 0.43% | 0.97% | - |
| XYZ | 44.66 | 45.9 | 95.31 | - |
| YUV | 177.27 | 167.92 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 248 | 0.43 | 0.27 | 0 | 0.03 | 217.01 | 0.88 | 0.76 |
| Hex | 8D | B6 | F8 | 2B | 1B | 0 | 3 | D9 | 58 | 4C |
| Octal | 215 | 266 | 370 | 53 | 33 | 0 | 3 | 331 | 130 | 114 |
| Binary | 10001101 | 10110110 | 11111000 | 101011 | 11011 | 0 | 11 | 11011001 | 1011000 | 1001100 |
Color Harmonies of #8DB6F8
Complementary color
Monochromatic Colors of #8DB6F8
Black with #8DB6F8
Text Example
Text Example
White with #8DB6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6F8; }
p { color: rgb(141,182,248); }
H1.HeaderClassName
{
color: #8DB6F8;
}
.AnyTagClassName
{
color: #8DB6F8;
}
</style>
background-color css
<style>
a { background-color: #8DB6F8; }
a { background-color: rgb(141,182,248); }
div.DivClassName
{
background-color: #8DB6F8;
}
.BgClassName
{
background-color: #8DB6F8;
}
</style>
border-color css
<style>
span { border-color: #8DB6F8; }
span { border-color: rgb(141,182,248); }
td.TdClassName
{
border-color: #8DB6F8;
}
.TagClassName
{
border-color: #8DB6F8;
}
</style>