Shades of Light Sky Blue #8DB6FE
Tints of Light Sky Blue #8DB6FE
RGB
CMYK
RGB Variations
Color information
#8DB6FE (or 0x8DB6FE) is known color: Light Sky Blue. HEX triplet: 8D, B6 and FE. RGB value is (141,182,254). Sum of RGB (Red+Green+Blue) = 141+182+254=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB6FE is #724901. Grayscale: #B1B1B1. Windows color (decimal): -7489794 or 16692877. OLE color: 16692877.
HSL color Cylindrical-coordinate representation of color #8DB6FE: hue angle of 218.23º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB6FE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 182 | 254 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.00 |
| HSL | 218.23º | 0.98% | 0.77% | - |
| HSV(B) | 218.23º | 0.44% | 1% | - |
| XYZ | 45.6 | 46.27 | 100.29 | - |
| YUV | 177.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 254 | 0.44 | 0.28 | 0 | 0.00 | 218.23 | 0.98 | 0.77 |
| Hex | 8D | B6 | FE | 2C | 1C | 0 | 0 | DA | 62 | 4D |
| Octal | 215 | 266 | 376 | 54 | 34 | 0 | 0 | 332 | 142 | 115 |
| Binary | 10001101 | 10110110 | 11111110 | 101100 | 11100 | 0 | 0 | 11011010 | 1100010 | 1001101 |
Color Harmonies of #8DB6FE
Complementary color
Monochromatic Colors of #8DB6FE
Black with #8DB6FE
Text Example
Text Example
White with #8DB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6FE; }
p { color: rgb(141,182,254); }
H1.HeaderClassName
{
color: #8DB6FE;
}
.AnyTagClassName
{
color: #8DB6FE;
}
</style>
background-color css
<style>
a { background-color: #8DB6FE; }
a { background-color: rgb(141,182,254); }
div.DivClassName
{
background-color: #8DB6FE;
}
.BgClassName
{
background-color: #8DB6FE;
}
</style>
border-color css
<style>
span { border-color: #8DB6FE; }
span { border-color: rgb(141,182,254); }
td.TdClassName
{
border-color: #8DB6FE;
}
.TagClassName
{
border-color: #8DB6FE;
}
</style>