Shades of Jordy Blue #8BB0EC
Tints of Jordy Blue #8BB0EC
RGB
CMYK
RGB Variations
Color information
#8BB0EC (or 0x8BB0EC) is known color: Jordy Blue. HEX triplet: 8B, B0 and EC. RGB value is (139,176,236). Sum of RGB (Red+Green+Blue) = 139+176+236=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB0EC is #744F13. Grayscale: #ABABAB. Windows color (decimal): -7622420 or 15511691. OLE color: 15511691.
HSL color Cylindrical-coordinate representation of color #8BB0EC: hue angle of 217.11º 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 #8BB0EC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 176 | 236 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.07 |
| HSL | 217.11º | 0.72% | 0.74% | - |
| HSV(B) | 217.11º | 0.41% | 0.93% | - |
| XYZ | 41.31 | 42.6 | 85.4 | - |
| YUV | 171.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 236 | 0.41 | 0.25 | 0 | 0.07 | 217.11 | 0.72 | 0.74 |
| Hex | 8B | B0 | EC | 29 | 19 | 0 | 7 | D9 | 48 | 4A |
| Octal | 213 | 260 | 354 | 51 | 31 | 0 | 7 | 331 | 110 | 112 |
| Binary | 10001011 | 10110000 | 11101100 | 101001 | 11001 | 0 | 111 | 11011001 | 1001000 | 1001010 |
Color Harmonies of #8BB0EC
Complementary color
Monochromatic Colors of #8BB0EC
Black with #8BB0EC
Text Example
Text Example
White with #8BB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB0EC; }
p { color: rgb(139,176,236); }
H1.HeaderClassName
{
color: #8BB0EC;
}
.AnyTagClassName
{
color: #8BB0EC;
}
</style>
background-color css
<style>
a { background-color: #8BB0EC; }
a { background-color: rgb(139,176,236); }
div.DivClassName
{
background-color: #8BB0EC;
}
.BgClassName
{
background-color: #8BB0EC;
}
</style>
border-color css
<style>
span { border-color: #8BB0EC; }
span { border-color: rgb(139,176,236); }
td.TdClassName
{
border-color: #8BB0EC;
}
.TagClassName
{
border-color: #8BB0EC;
}
</style>