Shades of Light Sky Blue #8DBAFE
Tints of Light Sky Blue #8DBAFE
RGB
CMYK
RGB Variations
Color information
#8DBAFE (or 0x8DBAFE) is known color: Light Sky Blue. HEX triplet: 8D, BA and FE. RGB value is (141,186,254). Sum of RGB (Red+Green+Blue) = 141+186+254=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAFE is #724501. Grayscale: #B3B3B3. Windows color (decimal): -7488770 or 16693901. OLE color: 16693901.
HSL color Cylindrical-coordinate representation of color #8DBAFE: hue angle of 216.11º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DBAFE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 186 | 254 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.00 |
| HSL | 216.11º | 0.98% | 0.77% | - |
| HSV(B) | 216.11º | 0.44% | 1% | - |
| XYZ | 46.43 | 47.94 | 100.57 | - |
| YUV | 180.3 | 169.59 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 254 | 0.44 | 0.27 | 0 | 0.00 | 216.11 | 0.98 | 0.77 |
| Hex | 8D | BA | FE | 2C | 1B | 0 | 0 | D8 | 62 | 4D |
| Octal | 215 | 272 | 376 | 54 | 33 | 0 | 0 | 330 | 142 | 115 |
| Binary | 10001101 | 10111010 | 11111110 | 101100 | 11011 | 0 | 0 | 11011000 | 1100010 | 1001101 |
Color Harmonies of #8DBAFE
Complementary color
Monochromatic Colors of #8DBAFE
Black with #8DBAFE
Text Example
Text Example
White with #8DBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAFE; }
p { color: rgb(141,186,254); }
H1.HeaderClassName
{
color: #8DBAFE;
}
.AnyTagClassName
{
color: #8DBAFE;
}
</style>
background-color css
<style>
a { background-color: #8DBAFE; }
a { background-color: rgb(141,186,254); }
div.DivClassName
{
background-color: #8DBAFE;
}
.BgClassName
{
background-color: #8DBAFE;
}
</style>
border-color css
<style>
span { border-color: #8DBAFE; }
span { border-color: rgb(141,186,254); }
td.TdClassName
{
border-color: #8DBAFE;
}
.TagClassName
{
border-color: #8DBAFE;
}
</style>