Shades of Jordy Blue #8BA7FB
Tints of Jordy Blue #8BA7FB
RGB
CMYK
RGB Variations
Color information
#8BA7FB (or 0x8BA7FB) is known color: Jordy Blue. HEX triplet: 8B, A7 and FB. RGB value is (139,167,251). Sum of RGB (Red+Green+Blue) = 139+167+251=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BA7FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA7FB is #745804. Grayscale: #A7A7A7. Windows color (decimal): -7624709 or 16492427. OLE color: 16492427.
HSL color Cylindrical-coordinate representation of color #8BA7FB: hue angle of 225º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA7FB is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 167 | 251 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.02 |
| HSL | 225º | 0.93% | 0.76% | - |
| HSV(B) | 225º | 0.45% | 0.98% | - |
| XYZ | 41.88 | 40.09 | 96.8 | - |
| YUV | 168.2 | 174.72 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 251 | 0.45 | 0.33 | 0 | 0.02 | 225 | 0.93 | 0.76 |
| Hex | 8B | A7 | FB | 2D | 21 | 0 | 2 | E1 | 5D | 4C |
| Octal | 213 | 247 | 373 | 55 | 41 | 0 | 2 | 341 | 135 | 114 |
| Binary | 10001011 | 10100111 | 11111011 | 101101 | 100001 | 0 | 10 | 11100001 | 1011101 | 1001100 |
Color Harmonies of #8BA7FB
Complementary color
Monochromatic Colors of #8BA7FB
Black with #8BA7FB
Text Example
Text Example
White with #8BA7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA7FB; }
p { color: rgb(139,167,251); }
H1.HeaderClassName
{
color: #8BA7FB;
}
.AnyTagClassName
{
color: #8BA7FB;
}
</style>
background-color css
<style>
a { background-color: #8BA7FB; }
a { background-color: rgb(139,167,251); }
div.DivClassName
{
background-color: #8BA7FB;
}
.BgClassName
{
background-color: #8BA7FB;
}
</style>
border-color css
<style>
span { border-color: #8BA7FB; }
span { border-color: rgb(139,167,251); }
td.TdClassName
{
border-color: #8BA7FB;
}
.TagClassName
{
border-color: #8BA7FB;
}
</style>