Shades of Jordy Blue #8BA9EE
Tints of Jordy Blue #8BA9EE
RGB
CMYK
RGB Variations
Color information
#8BA9EE (or 0x8BA9EE) is known color: Jordy Blue. HEX triplet: 8B, A9 and EE. RGB value is (139,169,238). Sum of RGB (Red+Green+Blue) = 139+169+238=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BA9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA9EE is #745611. Grayscale: #A7A7A7. Windows color (decimal): -7624210 or 15640971. OLE color: 15640971.
HSL color Cylindrical-coordinate representation of color #8BA9EE: hue angle of 221.82º 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 #8BA9EE is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 169 | 238 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.07 |
| HSL | 221.82º | 0.74% | 0.74% | - |
| HSV(B) | 221.82º | 0.42% | 0.93% | - |
| XYZ | 40.27 | 40.04 | 86.49 | - |
| YUV | 167.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 238 | 0.42 | 0.29 | 0 | 0.07 | 221.82 | 0.74 | 0.74 |
| Hex | 8B | A9 | EE | 2A | 1D | 0 | 7 | DE | 4A | 4A |
| Octal | 213 | 251 | 356 | 52 | 35 | 0 | 7 | 336 | 112 | 112 |
| Binary | 10001011 | 10101001 | 11101110 | 101010 | 11101 | 0 | 111 | 11011110 | 1001010 | 1001010 |
Color Harmonies of #8BA9EE
Complementary color
Monochromatic Colors of #8BA9EE
Black with #8BA9EE
Text Example
Text Example
White with #8BA9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA9EE; }
p { color: rgb(139,169,238); }
H1.HeaderClassName
{
color: #8BA9EE;
}
.AnyTagClassName
{
color: #8BA9EE;
}
</style>
background-color css
<style>
a { background-color: #8BA9EE; }
a { background-color: rgb(139,169,238); }
div.DivClassName
{
background-color: #8BA9EE;
}
.BgClassName
{
background-color: #8BA9EE;
}
</style>
border-color css
<style>
span { border-color: #8BA9EE; }
span { border-color: rgb(139,169,238); }
td.TdClassName
{
border-color: #8BA9EE;
}
.TagClassName
{
border-color: #8BA9EE;
}
</style>