Shades of Light Sky Blue #8DBAFD
Tints of Light Sky Blue #8DBAFD
RGB
CMYK
RGB Variations
Color information
#8DBAFD (or 0x8DBAFD) is known color: Light Sky Blue. HEX triplet: 8D, BA and FD. RGB value is (141,186,253). Sum of RGB (Red+Green+Blue) = 141+186+253=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DBAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAFD is #724502. Grayscale: #B3B3B3. Windows color (decimal): -7488771 or 16628365. OLE color: 16628365.
HSL color Cylindrical-coordinate representation of color #8DBAFD: hue angle of 215.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DBAFD is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 186 | 253 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.01 |
| HSL | 215.89º | 0.97% | 0.77% | - |
| HSV(B) | 215.89º | 0.44% | 0.99% | - |
| XYZ | 46.27 | 47.87 | 99.73 | - |
| YUV | 180.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 253 | 0.44 | 0.26 | 0 | 0.01 | 215.89 | 0.97 | 0.77 |
| Hex | 8D | BA | FD | 2C | 1A | 0 | 1 | D8 | 61 | 4D |
| Octal | 215 | 272 | 375 | 54 | 32 | 0 | 1 | 330 | 141 | 115 |
| Binary | 10001101 | 10111010 | 11111101 | 101100 | 11010 | 0 | 1 | 11011000 | 1100001 | 1001101 |
Color Harmonies of #8DBAFD
Complementary color
Monochromatic Colors of #8DBAFD
Black with #8DBAFD
Text Example
Text Example
White with #8DBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAFD; }
p { color: rgb(141,186,253); }
H1.HeaderClassName
{
color: #8DBAFD;
}
.AnyTagClassName
{
color: #8DBAFD;
}
</style>
background-color css
<style>
a { background-color: #8DBAFD; }
a { background-color: rgb(141,186,253); }
div.DivClassName
{
background-color: #8DBAFD;
}
.BgClassName
{
background-color: #8DBAFD;
}
</style>
border-color css
<style>
span { border-color: #8DBAFD; }
span { border-color: rgb(141,186,253); }
td.TdClassName
{
border-color: #8DBAFD;
}
.TagClassName
{
border-color: #8DBAFD;
}
</style>