Shades of Jordy Blue #8BA7FE
Tints of Jordy Blue #8BA7FE
RGB
CMYK
RGB Variations
Color information
#8BA7FE (or 0x8BA7FE) is known color: Jordy Blue. HEX triplet: 8B, A7 and FE. RGB value is (139,167,254). Sum of RGB (Red+Green+Blue) = 139+167+254=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BA7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA7FE is #745801. Grayscale: #A8A8A8. Windows color (decimal): -7624706 or 16689035. OLE color: 16689035.
HSL color Cylindrical-coordinate representation of color #8BA7FE: hue angle of 225.39º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA7FE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 167 | 254 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.00 |
| HSL | 225.39º | 0.98% | 0.77% | - |
| HSV(B) | 225.39º | 0.45% | 1% | - |
| XYZ | 42.36 | 40.28 | 99.31 | - |
| YUV | 168.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 254 | 0.45 | 0.34 | 0 | 0.00 | 225.39 | 0.98 | 0.77 |
| Hex | 8B | A7 | FE | 2D | 22 | 0 | 0 | E1 | 62 | 4D |
| Octal | 213 | 247 | 376 | 55 | 42 | 0 | 0 | 341 | 142 | 115 |
| Binary | 10001011 | 10100111 | 11111110 | 101101 | 100010 | 0 | 0 | 11100001 | 1100010 | 1001101 |
Color Harmonies of #8BA7FE
Complementary color
Monochromatic Colors of #8BA7FE
Black with #8BA7FE
Text Example
Text Example
White with #8BA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA7FE; }
p { color: rgb(139,167,254); }
H1.HeaderClassName
{
color: #8BA7FE;
}
.AnyTagClassName
{
color: #8BA7FE;
}
</style>
background-color css
<style>
a { background-color: #8BA7FE; }
a { background-color: rgb(139,167,254); }
div.DivClassName
{
background-color: #8BA7FE;
}
.BgClassName
{
background-color: #8BA7FE;
}
</style>
border-color css
<style>
span { border-color: #8BA7FE; }
span { border-color: rgb(139,167,254); }
td.TdClassName
{
border-color: #8BA7FE;
}
.TagClassName
{
border-color: #8BA7FE;
}
</style>