Shades of Jordy Blue #8BA7E6
Tints of Jordy Blue #8BA7E6
RGB
CMYK
RGB Variations
Color information
#8BA7E6 (or 0x8BA7E6) is known color: Jordy Blue. HEX triplet: 8B, A7 and E6. RGB value is (139,167,230). Sum of RGB (Red+Green+Blue) = 139+167+230=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BA7E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA7E6 is #745819. Grayscale: #A5A5A5. Windows color (decimal): -7624730 or 15116171. OLE color: 15116171.
HSL color Cylindrical-coordinate representation of color #8BA7E6: hue angle of 221.54º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BA7E6 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 167 | 230 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.10 |
| HSL | 221.54º | 0.65% | 0.72% | - |
| HSV(B) | 221.54º | 0.4% | 0.9% | - |
| XYZ | 38.75 | 38.84 | 80.32 | - |
| YUV | 165.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 230 | 0.40 | 0.27 | 0 | 0.10 | 221.54 | 0.65 | 0.72 |
| Hex | 8B | A7 | E6 | 28 | 1B | 0 | A | DE | 41 | 48 |
| Octal | 213 | 247 | 346 | 50 | 33 | 0 | 12 | 336 | 101 | 110 |
| Binary | 10001011 | 10100111 | 11100110 | 101000 | 11011 | 0 | 1010 | 11011110 | 1000001 | 1001000 |
Color Harmonies of #8BA7E6
Complementary color
Monochromatic Colors of #8BA7E6
Black with #8BA7E6
Text Example
Text Example
White with #8BA7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA7E6; }
p { color: rgb(139,167,230); }
H1.HeaderClassName
{
color: #8BA7E6;
}
.AnyTagClassName
{
color: #8BA7E6;
}
</style>
background-color css
<style>
a { background-color: #8BA7E6; }
a { background-color: rgb(139,167,230); }
div.DivClassName
{
background-color: #8BA7E6;
}
.BgClassName
{
background-color: #8BA7E6;
}
</style>
border-color css
<style>
span { border-color: #8BA7E6; }
span { border-color: rgb(139,167,230); }
td.TdClassName
{
border-color: #8BA7E6;
}
.TagClassName
{
border-color: #8BA7E6;
}
</style>