Shades of Jordy Blue #8BB1EF
Tints of Jordy Blue #8BB1EF
RGB
CMYK
RGB Variations
Color information
#8BB1EF (or 0x8BB1EF) is known color: Jordy Blue. HEX triplet: 8B, B1 and EF. RGB value is (139,177,239). Sum of RGB (Red+Green+Blue) = 139+177+239=555 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.05% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BB1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB1EF is #744E10. Grayscale: #ACACAC. Windows color (decimal): -7622161 or 15708555. OLE color: 15708555.
HSL color Cylindrical-coordinate representation of color #8BB1EF: hue angle of 217.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 #8BB1EF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 177 | 239 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.06 |
| HSL | 217.2º | 0.76% | 0.74% | - |
| HSV(B) | 217.2º | 0.42% | 0.94% | - |
| XYZ | 41.95 | 43.17 | 87.78 | - |
| YUV | 172.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 239 | 0.42 | 0.26 | 0 | 0.06 | 217.2 | 0.76 | 0.74 |
| Hex | 8B | B1 | EF | 2A | 1A | 0 | 6 | D9 | 4C | 4A |
| Octal | 213 | 261 | 357 | 52 | 32 | 0 | 6 | 331 | 114 | 112 |
| Binary | 10001011 | 10110001 | 11101111 | 101010 | 11010 | 0 | 110 | 11011001 | 1001100 | 1001010 |
Color Harmonies of #8BB1EF
Complementary color
Monochromatic Colors of #8BB1EF
Black with #8BB1EF
Text Example
Text Example
White with #8BB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB1EF; }
p { color: rgb(139,177,239); }
H1.HeaderClassName
{
color: #8BB1EF;
}
.AnyTagClassName
{
color: #8BB1EF;
}
</style>
background-color css
<style>
a { background-color: #8BB1EF; }
a { background-color: rgb(139,177,239); }
div.DivClassName
{
background-color: #8BB1EF;
}
.BgClassName
{
background-color: #8BB1EF;
}
</style>
border-color css
<style>
span { border-color: #8BB1EF; }
span { border-color: rgb(139,177,239); }
td.TdClassName
{
border-color: #8BB1EF;
}
.TagClassName
{
border-color: #8BB1EF;
}
</style>