Shades of Light Sky Blue #8DBDF8
Tints of Light Sky Blue #8DBDF8
RGB
CMYK
RGB Variations
Color information
#8DBDF8 (or 0x8DBDF8) is known color: Light Sky Blue. HEX triplet: 8D, BD and F8. RGB value is (141,189,248). Sum of RGB (Red+Green+Blue) = 141+189+248=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DBDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDF8 is #724207. Grayscale: #B5B5B5. Windows color (decimal): -7488008 or 16301453. OLE color: 16301453.
HSL color Cylindrical-coordinate representation of color #8DBDF8: hue angle of 213.08º degrees, saturation: 0.88, 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 #8DBDF8 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 189 | 248 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.03 |
| HSL | 213.08º | 0.88% | 0.76% | - |
| HSV(B) | 213.08º | 0.43% | 0.97% | - |
| XYZ | 46.13 | 48.84 | 95.8 | - |
| YUV | 181.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 248 | 0.43 | 0.24 | 0 | 0.03 | 213.08 | 0.88 | 0.76 |
| Hex | 8D | BD | F8 | 2B | 18 | 0 | 3 | D5 | 58 | 4C |
| Octal | 215 | 275 | 370 | 53 | 30 | 0 | 3 | 325 | 130 | 114 |
| Binary | 10001101 | 10111101 | 11111000 | 101011 | 11000 | 0 | 11 | 11010101 | 1011000 | 1001100 |
Color Harmonies of #8DBDF8
Complementary color
Monochromatic Colors of #8DBDF8
Black with #8DBDF8
Text Example
Text Example
White with #8DBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDF8; }
p { color: rgb(141,189,248); }
H1.HeaderClassName
{
color: #8DBDF8;
}
.AnyTagClassName
{
color: #8DBDF8;
}
</style>
background-color css
<style>
a { background-color: #8DBDF8; }
a { background-color: rgb(141,189,248); }
div.DivClassName
{
background-color: #8DBDF8;
}
.BgClassName
{
background-color: #8DBDF8;
}
</style>
border-color css
<style>
span { border-color: #8DBDF8; }
span { border-color: rgb(141,189,248); }
td.TdClassName
{
border-color: #8DBDF8;
}
.TagClassName
{
border-color: #8DBDF8;
}
</style>