Shades of Light Sky Blue #8DBDF7
Tints of Light Sky Blue #8DBDF7
RGB
CMYK
RGB Variations
Color information
#8DBDF7 (or 0x8DBDF7) is known color: Light Sky Blue. HEX triplet: 8D, BD and F7. RGB value is (141,189,247). Sum of RGB (Red+Green+Blue) = 141+189+247=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DBDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDF7 is #724208. Grayscale: #B4B4B4. Windows color (decimal): -7488009 or 16235917. OLE color: 16235917.
HSL color Cylindrical-coordinate representation of color #8DBDF7: hue angle of 212.83º 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 #8DBDF7 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 189 | 247 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.03 |
| HSL | 212.83º | 0.87% | 0.76% | - |
| HSV(B) | 212.83º | 0.43% | 0.97% | - |
| XYZ | 45.97 | 48.77 | 94.99 | - |
| YUV | 181.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 247 | 0.43 | 0.23 | 0 | 0.03 | 212.83 | 0.87 | 0.76 |
| Hex | 8D | BD | F7 | 2B | 17 | 0 | 3 | D5 | 57 | 4C |
| Octal | 215 | 275 | 367 | 53 | 27 | 0 | 3 | 325 | 127 | 114 |
| Binary | 10001101 | 10111101 | 11110111 | 101011 | 10111 | 0 | 11 | 11010101 | 1010111 | 1001100 |
Color Harmonies of #8DBDF7
Complementary color
Monochromatic Colors of #8DBDF7
Black with #8DBDF7
Text Example
Text Example
White with #8DBDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDF7; }
p { color: rgb(141,189,247); }
H1.HeaderClassName
{
color: #8DBDF7;
}
.AnyTagClassName
{
color: #8DBDF7;
}
</style>
background-color css
<style>
a { background-color: #8DBDF7; }
a { background-color: rgb(141,189,247); }
div.DivClassName
{
background-color: #8DBDF7;
}
.BgClassName
{
background-color: #8DBDF7;
}
</style>
border-color css
<style>
span { border-color: #8DBDF7; }
span { border-color: rgb(141,189,247); }
td.TdClassName
{
border-color: #8DBDF7;
}
.TagClassName
{
border-color: #8DBDF7;
}
</style>