Shades of Jordy Blue #8BA8EB
Tints of Jordy Blue #8BA8EB
RGB
CMYK
RGB Variations
Color information
#8BA8EB (or 0x8BA8EB) is known color: Jordy Blue. HEX triplet: 8B, A8 and EB. RGB value is (139,168,235). Sum of RGB (Red+Green+Blue) = 139+168+235=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BA8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA8EB is #745714. Grayscale: #A6A6A6. Windows color (decimal): -7624469 or 15444107. OLE color: 15444107.
HSL color Cylindrical-coordinate representation of color #8BA8EB: hue angle of 221.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA8EB is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 168 | 235 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.08 |
| HSL | 221.88º | 0.71% | 0.73% | - |
| HSV(B) | 221.88º | 0.41% | 0.92% | - |
| XYZ | 39.65 | 39.49 | 84.13 | - |
| YUV | 166.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 235 | 0.41 | 0.29 | 0 | 0.08 | 221.88 | 0.71 | 0.73 |
| Hex | 8B | A8 | EB | 29 | 1D | 0 | 8 | DE | 47 | 49 |
| Octal | 213 | 250 | 353 | 51 | 35 | 0 | 10 | 336 | 107 | 111 |
| Binary | 10001011 | 10101000 | 11101011 | 101001 | 11101 | 0 | 1000 | 11011110 | 1000111 | 1001001 |
Color Harmonies of #8BA8EB
Complementary color
Monochromatic Colors of #8BA8EB
Black with #8BA8EB
Text Example
Text Example
White with #8BA8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8EB; }
p { color: rgb(139,168,235); }
H1.HeaderClassName
{
color: #8BA8EB;
}
.AnyTagClassName
{
color: #8BA8EB;
}
</style>
background-color css
<style>
a { background-color: #8BA8EB; }
a { background-color: rgb(139,168,235); }
div.DivClassName
{
background-color: #8BA8EB;
}
.BgClassName
{
background-color: #8BA8EB;
}
</style>
border-color css
<style>
span { border-color: #8BA8EB; }
span { border-color: rgb(139,168,235); }
td.TdClassName
{
border-color: #8BA8EB;
}
.TagClassName
{
border-color: #8BA8EB;
}
</style>