Shades of Jordy Blue #8BA9E8
Tints of Jordy Blue #8BA9E8
RGB
CMYK
RGB Variations
Color information
#8BA9E8 (or 0x8BA9E8) is known color: Jordy Blue. HEX triplet: 8B, A9 and E8. RGB value is (139,169,232). Sum of RGB (Red+Green+Blue) = 139+169+232=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BA9E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA9E8 is #745617. Grayscale: #A6A6A6. Windows color (decimal): -7624216 or 15247755. OLE color: 15247755.
HSL color Cylindrical-coordinate representation of color #8BA9E8: hue angle of 220.65º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BA9E8 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 169 | 232 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.09 |
| HSL | 220.65º | 0.67% | 0.73% | - |
| HSV(B) | 220.65º | 0.4% | 0.91% | - |
| XYZ | 39.4 | 39.69 | 81.93 | - |
| YUV | 167.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 232 | 0.40 | 0.27 | 0 | 0.09 | 220.65 | 0.67 | 0.73 |
| Hex | 8B | A9 | E8 | 28 | 1B | 0 | 9 | DD | 43 | 49 |
| Octal | 213 | 251 | 350 | 50 | 33 | 0 | 11 | 335 | 103 | 111 |
| Binary | 10001011 | 10101001 | 11101000 | 101000 | 11011 | 0 | 1001 | 11011101 | 1000011 | 1001001 |
Color Harmonies of #8BA9E8
Complementary color
Monochromatic Colors of #8BA9E8
Black with #8BA9E8
Text Example
Text Example
White with #8BA9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA9E8; }
p { color: rgb(139,169,232); }
H1.HeaderClassName
{
color: #8BA9E8;
}
.AnyTagClassName
{
color: #8BA9E8;
}
</style>
background-color css
<style>
a { background-color: #8BA9E8; }
a { background-color: rgb(139,169,232); }
div.DivClassName
{
background-color: #8BA9E8;
}
.BgClassName
{
background-color: #8BA9E8;
}
</style>
border-color css
<style>
span { border-color: #8BA9E8; }
span { border-color: rgb(139,169,232); }
td.TdClassName
{
border-color: #8BA9E8;
}
.TagClassName
{
border-color: #8BA9E8;
}
</style>