Shades of Sky Blue #8BDBEC
Tints of Sky Blue #8BDBEC
RGB
CMYK
RGB Variations
Color information
#8BDBEC (or 0x8BDBEC) is known color: Sky Blue. HEX triplet: 8B, DB and EC. RGB value is (139,219,236). Sum of RGB (Red+Green+Blue) = 139+219+236=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBEC is #742413. Grayscale: #C4C4C4. Windows color (decimal): -7611412 or 15522699. OLE color: 15522699.
HSL color Cylindrical-coordinate representation of color #8BDBEC: hue angle of 190.52º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BDBEC is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 219 | 236 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.07 |
| HSL | 190.52º | 0.72% | 0.74% | - |
| HSV(B) | 190.52º | 0.41% | 0.93% | - |
| XYZ | 51.12 | 62.21 | 88.67 | - |
| YUV | 197.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 236 | 0.41 | 0.07 | 0 | 0.07 | 190.52 | 0.72 | 0.74 |
| Hex | 8B | DB | EC | 29 | 7 | 0 | 7 | BF | 48 | 4A |
| Octal | 213 | 333 | 354 | 51 | 7 | 0 | 7 | 277 | 110 | 112 |
| Binary | 10001011 | 11011011 | 11101100 | 101001 | 111 | 0 | 111 | 10111111 | 1001000 | 1001010 |
Color Harmonies of #8BDBEC
Complementary color
Monochromatic Colors of #8BDBEC
Black with #8BDBEC
Text Example
Text Example
White with #8BDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBEC; }
p { color: rgb(139,219,236); }
H1.HeaderClassName
{
color: #8BDBEC;
}
.AnyTagClassName
{
color: #8BDBEC;
}
</style>
background-color css
<style>
a { background-color: #8BDBEC; }
a { background-color: rgb(139,219,236); }
div.DivClassName
{
background-color: #8BDBEC;
}
.BgClassName
{
background-color: #8BDBEC;
}
</style>
border-color css
<style>
span { border-color: #8BDBEC; }
span { border-color: rgb(139,219,236); }
td.TdClassName
{
border-color: #8BDBEC;
}
.TagClassName
{
border-color: #8BDBEC;
}
</style>