Shades of Light Sky Blue #8BDBFD
Tints of Light Sky Blue #8BDBFD
RGB
CMYK
RGB Variations
Color information
#8BDBFD (or 0x8BDBFD) is known color: Light Sky Blue. HEX triplet: 8B, DB and FD. RGB value is (139,219,253). Sum of RGB (Red+Green+Blue) = 139+219+253=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BDBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBFD is #742402. Grayscale: #C6C6C6. Windows color (decimal): -7611395 or 16636811. OLE color: 16636811.
HSL color Cylindrical-coordinate representation of color #8BDBFD: hue angle of 197.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BDBFD is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 219 | 253 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.01 |
| HSL | 197.89º | 0.97% | 0.77% | - |
| HSV(B) | 197.89º | 0.45% | 0.99% | - |
| XYZ | 53.71 | 63.24 | 102.31 | - |
| YUV | 198.96 | 158.5 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 253 | 0.45 | 0.13 | 0 | 0.01 | 197.89 | 0.97 | 0.77 |
| Hex | 8B | DB | FD | 2D | D | 0 | 1 | C6 | 61 | 4D |
| Octal | 213 | 333 | 375 | 55 | 15 | 0 | 1 | 306 | 141 | 115 |
| Binary | 10001011 | 11011011 | 11111101 | 101101 | 1101 | 0 | 1 | 11000110 | 1100001 | 1001101 |
Color Harmonies of #8BDBFD
Complementary color
Monochromatic Colors of #8BDBFD
Black with #8BDBFD
Text Example
Text Example
White with #8BDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBFD; }
p { color: rgb(139,219,253); }
H1.HeaderClassName
{
color: #8BDBFD;
}
.AnyTagClassName
{
color: #8BDBFD;
}
</style>
background-color css
<style>
a { background-color: #8BDBFD; }
a { background-color: rgb(139,219,253); }
div.DivClassName
{
background-color: #8BDBFD;
}
.BgClassName
{
background-color: #8BDBFD;
}
</style>
border-color css
<style>
span { border-color: #8BDBFD; }
span { border-color: rgb(139,219,253); }
td.TdClassName
{
border-color: #8BDBFD;
}
.TagClassName
{
border-color: #8BDBFD;
}
</style>