Shades of Jordy Blue #8BA7EF
Tints of Jordy Blue #8BA7EF
RGB
CMYK
RGB Variations
Color information
#8BA7EF (or 0x8BA7EF) is known color: Jordy Blue. HEX triplet: 8B, A7 and EF. RGB value is (139,167,239). Sum of RGB (Red+Green+Blue) = 139+167+239=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BA7EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA7EF is #745810. Grayscale: #A6A6A6. Windows color (decimal): -7624721 or 15705995. OLE color: 15705995.
HSL color Cylindrical-coordinate representation of color #8BA7EF: hue angle of 223.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 #8BA7EF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 167 | 239 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.06 |
| HSL | 223.2º | 0.76% | 0.74% | - |
| HSV(B) | 223.2º | 0.42% | 0.94% | - |
| XYZ | 40.05 | 39.36 | 87.15 | - |
| YUV | 166.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 239 | 0.42 | 0.30 | 0 | 0.06 | 223.2 | 0.76 | 0.74 |
| Hex | 8B | A7 | EF | 2A | 1E | 0 | 6 | DF | 4C | 4A |
| Octal | 213 | 247 | 357 | 52 | 36 | 0 | 6 | 337 | 114 | 112 |
| Binary | 10001011 | 10100111 | 11101111 | 101010 | 11110 | 0 | 110 | 11011111 | 1001100 | 1001010 |
Color Harmonies of #8BA7EF
Complementary color
Monochromatic Colors of #8BA7EF
Black with #8BA7EF
Text Example
Text Example
White with #8BA7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA7EF; }
p { color: rgb(139,167,239); }
H1.HeaderClassName
{
color: #8BA7EF;
}
.AnyTagClassName
{
color: #8BA7EF;
}
</style>
background-color css
<style>
a { background-color: #8BA7EF; }
a { background-color: rgb(139,167,239); }
div.DivClassName
{
background-color: #8BA7EF;
}
.BgClassName
{
background-color: #8BA7EF;
}
</style>
border-color css
<style>
span { border-color: #8BA7EF; }
span { border-color: rgb(139,167,239); }
td.TdClassName
{
border-color: #8BA7EF;
}
.TagClassName
{
border-color: #8BA7EF;
}
</style>