Shades of Light Sky Blue #8DBAFF
Tints of Light Sky Blue #8DBAFF
RGB
CMYK
RGB Variations
Color information
#8DBAFF (or 0x8DBAFF) is known color: Light Sky Blue. HEX triplet: 8D, BA and FF. RGB value is (141,186,255). Sum of RGB (Red+Green+Blue) = 141+186+255=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAFF is #724500. Grayscale: #B4B4B4. Windows color (decimal): -7488769 or 16759437. OLE color: 16759437.
HSL color Cylindrical-coordinate representation of color #8DBAFF: hue angle of 216.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DBAFF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 186 | 255 | - |
| CMYK | 0.45 | 0.27 | 0 | 0 |
| HSL | 216.32º | 1% | 0.78% | - |
| HSV(B) | 216.32º | 0.45% | 1% | - |
| XYZ | 46.59 | 48 | 101.42 | - |
| YUV | 180.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 255 | 0.45 | 0.27 | 0 | 0 | 216.32 | 1 | 0.78 |
| Hex | 8D | BA | FF | 2D | 1B | 0 | 0 | D8 | 64 | 4E |
| Octal | 215 | 272 | 377 | 55 | 33 | 0 | 0 | 330 | 144 | 116 |
| Binary | 10001101 | 10111010 | 11111111 | 101101 | 11011 | 0 | 0 | 11011000 | 1100100 | 1001110 |
Color Harmonies of #8DBAFF
Complementary color
Monochromatic Colors of #8DBAFF
Black with #8DBAFF
Text Example
Text Example
White with #8DBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAFF; }
p { color: rgb(141,186,255); }
H1.HeaderClassName
{
color: #8DBAFF;
}
.AnyTagClassName
{
color: #8DBAFF;
}
</style>
background-color css
<style>
a { background-color: #8DBAFF; }
a { background-color: rgb(141,186,255); }
div.DivClassName
{
background-color: #8DBAFF;
}
.BgClassName
{
background-color: #8DBAFF;
}
</style>
border-color css
<style>
span { border-color: #8DBAFF; }
span { border-color: rgb(141,186,255); }
td.TdClassName
{
border-color: #8DBAFF;
}
.TagClassName
{
border-color: #8DBAFF;
}
</style>