Shades of Light Sky Blue #8BDBFF
Tints of Light Sky Blue #8BDBFF
RGB
CMYK
RGB Variations
Color information
#8BDBFF (or 0x8BDBFF) is known color: Light Sky Blue. HEX triplet: 8B, DB and FF. RGB value is (139,219,255). Sum of RGB (Red+Green+Blue) = 139+219+255=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBFF is #742400. Grayscale: #C6C6C6. Windows color (decimal): -7611393 or 16767883. OLE color: 16767883.
HSL color Cylindrical-coordinate representation of color #8BDBFF: hue angle of 198.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BDBFF is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 219 | 255 | - |
| CMYK | 0.45 | 0.14 | 0 | 0 |
| HSL | 198.62º | 1% | 0.77% | - |
| HSV(B) | 198.62º | 0.45% | 1% | - |
| XYZ | 54.03 | 63.37 | 103.99 | - |
| YUV | 199.18 | 159.5 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 255 | 0.45 | 0.14 | 0 | 0 | 198.62 | 1 | 0.77 |
| Hex | 8B | DB | FF | 2D | E | 0 | 0 | C7 | 64 | 4D |
| Octal | 213 | 333 | 377 | 55 | 16 | 0 | 0 | 307 | 144 | 115 |
| Binary | 10001011 | 11011011 | 11111111 | 101101 | 1110 | 0 | 0 | 11000111 | 1100100 | 1001101 |
Color Harmonies of #8BDBFF
Complementary color
Monochromatic Colors of #8BDBFF
Black with #8BDBFF
Text Example
Text Example
White with #8BDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBFF; }
p { color: rgb(139,219,255); }
H1.HeaderClassName
{
color: #8BDBFF;
}
.AnyTagClassName
{
color: #8BDBFF;
}
</style>
background-color css
<style>
a { background-color: #8BDBFF; }
a { background-color: rgb(139,219,255); }
div.DivClassName
{
background-color: #8BDBFF;
}
.BgClassName
{
background-color: #8BDBFF;
}
</style>
border-color css
<style>
span { border-color: #8BDBFF; }
span { border-color: rgb(139,219,255); }
td.TdClassName
{
border-color: #8BDBFF;
}
.TagClassName
{
border-color: #8BDBFF;
}
</style>