Shades of Light Sky Blue #8DB7F7
Tints of Light Sky Blue #8DB7F7
RGB
CMYK
RGB Variations
Color information
#8DB7F7 (or 0x8DB7F7) is known color: Light Sky Blue. HEX triplet: 8D, B7 and F7. RGB value is (141,183,247). Sum of RGB (Red+Green+Blue) = 141+183+247=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DB7F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB7F7 is #724808. Grayscale: #B1B1B1. Windows color (decimal): -7489545 or 16234381. OLE color: 16234381.
HSL color Cylindrical-coordinate representation of color #8DB7F7: hue angle of 216.23º degrees, saturation: 0.87, 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 #8DB7F7 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 183 | 247 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.03 |
| HSL | 216.23º | 0.87% | 0.76% | - |
| HSV(B) | 216.23º | 0.43% | 0.97% | - |
| XYZ | 44.71 | 46.25 | 94.57 | - |
| YUV | 177.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 247 | 0.43 | 0.26 | 0 | 0.03 | 216.23 | 0.87 | 0.76 |
| Hex | 8D | B7 | F7 | 2B | 1A | 0 | 3 | D8 | 57 | 4C |
| Octal | 215 | 267 | 367 | 53 | 32 | 0 | 3 | 330 | 127 | 114 |
| Binary | 10001101 | 10110111 | 11110111 | 101011 | 11010 | 0 | 11 | 11011000 | 1010111 | 1001100 |
Color Harmonies of #8DB7F7
Complementary color
Monochromatic Colors of #8DB7F7
Black with #8DB7F7
Text Example
Text Example
White with #8DB7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7F7; }
p { color: rgb(141,183,247); }
H1.HeaderClassName
{
color: #8DB7F7;
}
.AnyTagClassName
{
color: #8DB7F7;
}
</style>
background-color css
<style>
a { background-color: #8DB7F7; }
a { background-color: rgb(141,183,247); }
div.DivClassName
{
background-color: #8DB7F7;
}
.BgClassName
{
background-color: #8DB7F7;
}
</style>
border-color css
<style>
span { border-color: #8DB7F7; }
span { border-color: rgb(141,183,247); }
td.TdClassName
{
border-color: #8DB7F7;
}
.TagClassName
{
border-color: #8DB7F7;
}
</style>