Shades of Light Sky Blue #8DB6FA
Tints of Light Sky Blue #8DB6FA
RGB
CMYK
RGB Variations
Color information
#8DB6FA (or 0x8DB6FA) is known color: Light Sky Blue. HEX triplet: 8D, B6 and FA. RGB value is (141,182,250). Sum of RGB (Red+Green+Blue) = 141+182+250=573 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.61% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DB6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB6FA is #724905. Grayscale: #B1B1B1. Windows color (decimal): -7489798 or 16430733. OLE color: 16430733.
HSL color Cylindrical-coordinate representation of color #8DB6FA: hue angle of 217.43º degrees, saturation: 0.92, 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 #8DB6FA is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 182 | 250 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.02 |
| HSL | 217.43º | 0.92% | 0.77% | - |
| HSV(B) | 217.43º | 0.44% | 0.98% | - |
| XYZ | 44.97 | 46.02 | 96.96 | - |
| YUV | 177.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 250 | 0.44 | 0.27 | 0 | 0.02 | 217.43 | 0.92 | 0.77 |
| Hex | 8D | B6 | FA | 2C | 1B | 0 | 2 | D9 | 5C | 4D |
| Octal | 215 | 266 | 372 | 54 | 33 | 0 | 2 | 331 | 134 | 115 |
| Binary | 10001101 | 10110110 | 11111010 | 101100 | 11011 | 0 | 10 | 11011001 | 1011100 | 1001101 |
Color Harmonies of #8DB6FA
Complementary color
Monochromatic Colors of #8DB6FA
Black with #8DB6FA
Text Example
Text Example
White with #8DB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6FA; }
p { color: rgb(141,182,250); }
H1.HeaderClassName
{
color: #8DB6FA;
}
.AnyTagClassName
{
color: #8DB6FA;
}
</style>
background-color css
<style>
a { background-color: #8DB6FA; }
a { background-color: rgb(141,182,250); }
div.DivClassName
{
background-color: #8DB6FA;
}
.BgClassName
{
background-color: #8DB6FA;
}
</style>
border-color css
<style>
span { border-color: #8DB6FA; }
span { border-color: rgb(141,182,250); }
td.TdClassName
{
border-color: #8DB6FA;
}
.TagClassName
{
border-color: #8DB6FA;
}
</style>