Shades of Light Sky Blue #8DBFFD
Tints of Light Sky Blue #8DBFFD
RGB
CMYK
RGB Variations
Color information
#8DBFFD (or 0x8DBFFD) is known color: Light Sky Blue. HEX triplet: 8D, BF and FD. RGB value is (141,191,253). Sum of RGB (Red+Green+Blue) = 141+191+253=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFFD is #724002. Grayscale: #B6B6B6. Windows color (decimal): -7487491 or 16629645. OLE color: 16629645.
HSL color Cylindrical-coordinate representation of color #8DBFFD: hue angle of 213.21º 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 #8DBFFD is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 191 | 253 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.01 |
| HSL | 213.21º | 0.97% | 0.77% | - |
| HSV(B) | 213.21º | 0.44% | 0.99% | - |
| XYZ | 47.34 | 50.02 | 100.09 | - |
| YUV | 183.12 | 167.44 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 253 | 0.44 | 0.25 | 0 | 0.01 | 213.21 | 0.97 | 0.77 |
| Hex | 8D | BF | FD | 2C | 19 | 0 | 1 | D5 | 61 | 4D |
| Octal | 215 | 277 | 375 | 54 | 31 | 0 | 1 | 325 | 141 | 115 |
| Binary | 10001101 | 10111111 | 11111101 | 101100 | 11001 | 0 | 1 | 11010101 | 1100001 | 1001101 |
Color Harmonies of #8DBFFD
Complementary color
Monochromatic Colors of #8DBFFD
Black with #8DBFFD
Text Example
Text Example
White with #8DBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFFD; }
p { color: rgb(141,191,253); }
H1.HeaderClassName
{
color: #8DBFFD;
}
.AnyTagClassName
{
color: #8DBFFD;
}
</style>
background-color css
<style>
a { background-color: #8DBFFD; }
a { background-color: rgb(141,191,253); }
div.DivClassName
{
background-color: #8DBFFD;
}
.BgClassName
{
background-color: #8DBFFD;
}
</style>
border-color css
<style>
span { border-color: #8DBFFD; }
span { border-color: rgb(141,191,253); }
td.TdClassName
{
border-color: #8DBFFD;
}
.TagClassName
{
border-color: #8DBFFD;
}
</style>