Shades of Jordy Blue #8BA8EE
Tints of Jordy Blue #8BA8EE
RGB
CMYK
RGB Variations
Color information
#8BA8EE (or 0x8BA8EE) is known color: Jordy Blue. HEX triplet: 8B, A8 and EE. RGB value is (139,168,238). Sum of RGB (Red+Green+Blue) = 139+168+238=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BA8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA8EE is #745711. Grayscale: #A7A7A7. Windows color (decimal): -7624466 or 15640715. OLE color: 15640715.
HSL color Cylindrical-coordinate representation of color #8BA8EE: hue angle of 222.42º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BA8EE is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 168 | 238 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.07 |
| HSL | 222.42º | 0.74% | 0.74% | - |
| HSV(B) | 222.42º | 0.42% | 0.93% | - |
| XYZ | 40.08 | 39.67 | 86.43 | - |
| YUV | 167.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 238 | 0.42 | 0.29 | 0 | 0.07 | 222.42 | 0.74 | 0.74 |
| Hex | 8B | A8 | EE | 2A | 1D | 0 | 7 | DE | 4A | 4A |
| Octal | 213 | 250 | 356 | 52 | 35 | 0 | 7 | 336 | 112 | 112 |
| Binary | 10001011 | 10101000 | 11101110 | 101010 | 11101 | 0 | 111 | 11011110 | 1001010 | 1001010 |
Color Harmonies of #8BA8EE
Complementary color
Monochromatic Colors of #8BA8EE
Black with #8BA8EE
Text Example
Text Example
White with #8BA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8EE; }
p { color: rgb(139,168,238); }
H1.HeaderClassName
{
color: #8BA8EE;
}
.AnyTagClassName
{
color: #8BA8EE;
}
</style>
background-color css
<style>
a { background-color: #8BA8EE; }
a { background-color: rgb(139,168,238); }
div.DivClassName
{
background-color: #8BA8EE;
}
.BgClassName
{
background-color: #8BA8EE;
}
</style>
border-color css
<style>
span { border-color: #8BA8EE; }
span { border-color: rgb(139,168,238); }
td.TdClassName
{
border-color: #8BA8EE;
}
.TagClassName
{
border-color: #8BA8EE;
}
</style>