Shades of Light Sky Blue #8DBAF8
Tints of Light Sky Blue #8DBAF8
RGB
CMYK
RGB Variations
Color information
#8DBAF8 (or 0x8DBAF8) is known color: Light Sky Blue. HEX triplet: 8D, BA and F8. RGB value is (141,186,248). Sum of RGB (Red+Green+Blue) = 141+186+248=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DBAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAF8 is #724507. Grayscale: #B3B3B3. Windows color (decimal): -7488776 or 16300685. OLE color: 16300685.
HSL color Cylindrical-coordinate representation of color #8DBAF8: hue angle of 214.77º 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 #8DBAF8 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 186 | 248 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.03 |
| HSL | 214.77º | 0.88% | 0.76% | - |
| HSV(B) | 214.77º | 0.43% | 0.97% | - |
| XYZ | 45.49 | 47.56 | 95.59 | - |
| YUV | 179.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 248 | 0.43 | 0.25 | 0 | 0.03 | 214.77 | 0.88 | 0.76 |
| Hex | 8D | BA | F8 | 2B | 19 | 0 | 3 | D7 | 58 | 4C |
| Octal | 215 | 272 | 370 | 53 | 31 | 0 | 3 | 327 | 130 | 114 |
| Binary | 10001101 | 10111010 | 11111000 | 101011 | 11001 | 0 | 11 | 11010111 | 1011000 | 1001100 |
Color Harmonies of #8DBAF8
Complementary color
Monochromatic Colors of #8DBAF8
Black with #8DBAF8
Text Example
Text Example
White with #8DBAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAF8; }
p { color: rgb(141,186,248); }
H1.HeaderClassName
{
color: #8DBAF8;
}
.AnyTagClassName
{
color: #8DBAF8;
}
</style>
background-color css
<style>
a { background-color: #8DBAF8; }
a { background-color: rgb(141,186,248); }
div.DivClassName
{
background-color: #8DBAF8;
}
.BgClassName
{
background-color: #8DBAF8;
}
</style>
border-color css
<style>
span { border-color: #8DBAF8; }
span { border-color: rgb(141,186,248); }
td.TdClassName
{
border-color: #8DBAF8;
}
.TagClassName
{
border-color: #8DBAF8;
}
</style>