Shades of Light Sky Blue #8DBCFD
Tints of Light Sky Blue #8DBCFD
RGB
CMYK
RGB Variations
Color information
#8DBCFD (or 0x8DBCFD) is known color: Light Sky Blue. HEX triplet: 8D, BC and FD. RGB value is (141,188,253). Sum of RGB (Red+Green+Blue) = 141+188+253=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DBCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCFD is #724302. Grayscale: #B5B5B5. Windows color (decimal): -7488259 or 16628877. OLE color: 16628877.
HSL color Cylindrical-coordinate representation of color #8DBCFD: hue angle of 214.82º 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 #8DBCFD is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 188 | 253 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.01 |
| HSL | 214.82º | 0.97% | 0.77% | - |
| HSV(B) | 214.82º | 0.44% | 0.99% | - |
| XYZ | 46.7 | 48.72 | 99.87 | - |
| YUV | 181.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 253 | 0.44 | 0.26 | 0 | 0.01 | 214.82 | 0.97 | 0.77 |
| Hex | 8D | BC | FD | 2C | 1A | 0 | 1 | D7 | 61 | 4D |
| Octal | 215 | 274 | 375 | 54 | 32 | 0 | 1 | 327 | 141 | 115 |
| Binary | 10001101 | 10111100 | 11111101 | 101100 | 11010 | 0 | 1 | 11010111 | 1100001 | 1001101 |
Color Harmonies of #8DBCFD
Complementary color
Monochromatic Colors of #8DBCFD
Black with #8DBCFD
Text Example
Text Example
White with #8DBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCFD; }
p { color: rgb(141,188,253); }
H1.HeaderClassName
{
color: #8DBCFD;
}
.AnyTagClassName
{
color: #8DBCFD;
}
</style>
background-color css
<style>
a { background-color: #8DBCFD; }
a { background-color: rgb(141,188,253); }
div.DivClassName
{
background-color: #8DBCFD;
}
.BgClassName
{
background-color: #8DBCFD;
}
</style>
border-color css
<style>
span { border-color: #8DBCFD; }
span { border-color: rgb(141,188,253); }
td.TdClassName
{
border-color: #8DBCFD;
}
.TagClassName
{
border-color: #8DBCFD;
}
</style>