Shades of Jordy Blue #8BB1EC
Tints of Jordy Blue #8BB1EC
RGB
CMYK
RGB Variations
Color information
#8BB1EC (or 0x8BB1EC) is known color: Jordy Blue. HEX triplet: 8B, B1 and EC. RGB value is (139,177,236). Sum of RGB (Red+Green+Blue) = 139+177+236=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BB1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB1EC is #744E13. Grayscale: #ACACAC. Windows color (decimal): -7622164 or 15511947. OLE color: 15511947.
HSL color Cylindrical-coordinate representation of color #8BB1EC: hue angle of 216.49º 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 #8BB1EC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 177 | 236 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.07 |
| HSL | 216.49º | 0.72% | 0.74% | - |
| HSV(B) | 216.49º | 0.41% | 0.93% | - |
| XYZ | 41.51 | 42.99 | 85.47 | - |
| YUV | 172.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 236 | 0.41 | 0.25 | 0 | 0.07 | 216.49 | 0.72 | 0.74 |
| Hex | 8B | B1 | EC | 29 | 19 | 0 | 7 | D8 | 48 | 4A |
| Octal | 213 | 261 | 354 | 51 | 31 | 0 | 7 | 330 | 110 | 112 |
| Binary | 10001011 | 10110001 | 11101100 | 101001 | 11001 | 0 | 111 | 11011000 | 1001000 | 1001010 |
Color Harmonies of #8BB1EC
Complementary color
Monochromatic Colors of #8BB1EC
Black with #8BB1EC
Text Example
Text Example
White with #8BB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB1EC; }
p { color: rgb(139,177,236); }
H1.HeaderClassName
{
color: #8BB1EC;
}
.AnyTagClassName
{
color: #8BB1EC;
}
</style>
background-color css
<style>
a { background-color: #8BB1EC; }
a { background-color: rgb(139,177,236); }
div.DivClassName
{
background-color: #8BB1EC;
}
.BgClassName
{
background-color: #8BB1EC;
}
</style>
border-color css
<style>
span { border-color: #8BB1EC; }
span { border-color: rgb(139,177,236); }
td.TdClassName
{
border-color: #8BB1EC;
}
.TagClassName
{
border-color: #8BB1EC;
}
</style>