Shades of Light Sky Blue #8DB7FE
Tints of Light Sky Blue #8DB7FE
RGB
CMYK
RGB Variations
Color information
#8DB7FE (or 0x8DB7FE) is known color: Light Sky Blue. HEX triplet: 8D, B7 and FE. RGB value is (141,183,254). Sum of RGB (Red+Green+Blue) = 141+183+254=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DB7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB7FE is #724801. Grayscale: #B2B2B2. Windows color (decimal): -7489538 or 16693133. OLE color: 16693133.
HSL color Cylindrical-coordinate representation of color #8DB7FE: hue angle of 217.7º 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 #8DB7FE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 183 | 254 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.00 |
| HSL | 217.7º | 0.98% | 0.77% | - |
| HSV(B) | 217.7º | 0.44% | 1% | - |
| XYZ | 45.81 | 46.69 | 100.36 | - |
| YUV | 178.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 254 | 0.44 | 0.28 | 0 | 0.00 | 217.7 | 0.98 | 0.77 |
| Hex | 8D | B7 | FE | 2C | 1C | 0 | 0 | DA | 62 | 4D |
| Octal | 215 | 267 | 376 | 54 | 34 | 0 | 0 | 332 | 142 | 115 |
| Binary | 10001101 | 10110111 | 11111110 | 101100 | 11100 | 0 | 0 | 11011010 | 1100010 | 1001101 |
Color Harmonies of #8DB7FE
Complementary color
Monochromatic Colors of #8DB7FE
Black with #8DB7FE
Text Example
Text Example
White with #8DB7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7FE; }
p { color: rgb(141,183,254); }
H1.HeaderClassName
{
color: #8DB7FE;
}
.AnyTagClassName
{
color: #8DB7FE;
}
</style>
background-color css
<style>
a { background-color: #8DB7FE; }
a { background-color: rgb(141,183,254); }
div.DivClassName
{
background-color: #8DB7FE;
}
.BgClassName
{
background-color: #8DB7FE;
}
</style>
border-color css
<style>
span { border-color: #8DB7FE; }
span { border-color: rgb(141,183,254); }
td.TdClassName
{
border-color: #8DB7FE;
}
.TagClassName
{
border-color: #8DB7FE;
}
</style>