Shades of Light Sky Blue #8DBCFE
Tints of Light Sky Blue #8DBCFE
RGB
CMYK
RGB Variations
Color information
#8DBCFE (or 0x8DBCFE) is known color: Light Sky Blue. HEX triplet: 8D, BC and FE. RGB value is (141,188,254). Sum of RGB (Red+Green+Blue) = 141+188+254=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DBCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCFE is #724301. Grayscale: #B5B5B5. Windows color (decimal): -7488258 or 16694413. OLE color: 16694413.
HSL color Cylindrical-coordinate representation of color #8DBCFE: hue angle of 215.04º 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 #8DBCFE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 188 | 254 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.00 |
| HSL | 215.04º | 0.98% | 0.77% | - |
| HSV(B) | 215.04º | 0.44% | 1% | - |
| XYZ | 46.86 | 48.78 | 100.71 | - |
| YUV | 181.47 | 168.93 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 254 | 0.44 | 0.26 | 0 | 0.00 | 215.04 | 0.98 | 0.77 |
| Hex | 8D | BC | FE | 2C | 1A | 0 | 0 | D7 | 62 | 4D |
| Octal | 215 | 274 | 376 | 54 | 32 | 0 | 0 | 327 | 142 | 115 |
| Binary | 10001101 | 10111100 | 11111110 | 101100 | 11010 | 0 | 0 | 11010111 | 1100010 | 1001101 |
Color Harmonies of #8DBCFE
Complementary color
Monochromatic Colors of #8DBCFE
Black with #8DBCFE
Text Example
Text Example
White with #8DBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCFE; }
p { color: rgb(141,188,254); }
H1.HeaderClassName
{
color: #8DBCFE;
}
.AnyTagClassName
{
color: #8DBCFE;
}
</style>
background-color css
<style>
a { background-color: #8DBCFE; }
a { background-color: rgb(141,188,254); }
div.DivClassName
{
background-color: #8DBCFE;
}
.BgClassName
{
background-color: #8DBCFE;
}
</style>
border-color css
<style>
span { border-color: #8DBCFE; }
span { border-color: rgb(141,188,254); }
td.TdClassName
{
border-color: #8DBCFE;
}
.TagClassName
{
border-color: #8DBCFE;
}
</style>