Shades of Sky Blue #8BD9EF
Tints of Sky Blue #8BD9EF
RGB
CMYK
RGB Variations
Color information
#8BD9EF (or 0x8BD9EF) is known color: Sky Blue. HEX triplet: 8B, D9 and EF. RGB value is (139,217,239). Sum of RGB (Red+Green+Blue) = 139+217+239=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BD9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD9EF is #742610. Grayscale: #C4C4C4. Windows color (decimal): -7611921 or 15718795. OLE color: 15718795.
HSL color Cylindrical-coordinate representation of color #8BD9EF: hue angle of 193.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD9EF is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 217 | 239 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.06 |
| HSL | 193.2º | 0.76% | 0.74% | - |
| HSV(B) | 193.2º | 0.42% | 0.94% | - |
| XYZ | 51.04 | 61.35 | 90.81 | - |
| YUV | 196.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 239 | 0.42 | 0.09 | 0 | 0.06 | 193.2 | 0.76 | 0.74 |
| Hex | 8B | D9 | EF | 2A | 9 | 0 | 6 | C1 | 4C | 4A |
| Octal | 213 | 331 | 357 | 52 | 11 | 0 | 6 | 301 | 114 | 112 |
| Binary | 10001011 | 11011001 | 11101111 | 101010 | 1001 | 0 | 110 | 11000001 | 1001100 | 1001010 |
Color Harmonies of #8BD9EF
Complementary color
Monochromatic Colors of #8BD9EF
Black with #8BD9EF
Text Example
Text Example
White with #8BD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD9EF; }
p { color: rgb(139,217,239); }
H1.HeaderClassName
{
color: #8BD9EF;
}
.AnyTagClassName
{
color: #8BD9EF;
}
</style>
background-color css
<style>
a { background-color: #8BD9EF; }
a { background-color: rgb(139,217,239); }
div.DivClassName
{
background-color: #8BD9EF;
}
.BgClassName
{
background-color: #8BD9EF;
}
</style>
border-color css
<style>
span { border-color: #8BD9EF; }
span { border-color: rgb(139,217,239); }
td.TdClassName
{
border-color: #8BD9EF;
}
.TagClassName
{
border-color: #8BD9EF;
}
</style>