Shades of Jordy Blue #8BA8ED
Tints of Jordy Blue #8BA8ED
RGB
CMYK
RGB Variations
Color information
#8BA8ED (or 0x8BA8ED) is known color: Jordy Blue. HEX triplet: 8B, A8 and ED. RGB value is (139,168,237). Sum of RGB (Red+Green+Blue) = 139+168+237=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BA8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA8ED is #745712. Grayscale: #A6A6A6. Windows color (decimal): -7624467 or 15575179. OLE color: 15575179.
HSL color Cylindrical-coordinate representation of color #8BA8ED: hue angle of 222.24º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA8ED is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 168 | 237 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.07 |
| HSL | 222.24º | 0.73% | 0.74% | - |
| HSV(B) | 222.24º | 0.41% | 0.93% | - |
| XYZ | 39.94 | 39.61 | 85.66 | - |
| YUV | 167.2 | 167.39 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 237 | 0.41 | 0.29 | 0 | 0.07 | 222.24 | 0.73 | 0.74 |
| Hex | 8B | A8 | ED | 29 | 1D | 0 | 7 | DE | 49 | 4A |
| Octal | 213 | 250 | 355 | 51 | 35 | 0 | 7 | 336 | 111 | 112 |
| Binary | 10001011 | 10101000 | 11101101 | 101001 | 11101 | 0 | 111 | 11011110 | 1001001 | 1001010 |
Color Harmonies of #8BA8ED
Complementary color
Monochromatic Colors of #8BA8ED
Black with #8BA8ED
Text Example
Text Example
White with #8BA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8ED; }
p { color: rgb(139,168,237); }
H1.HeaderClassName
{
color: #8BA8ED;
}
.AnyTagClassName
{
color: #8BA8ED;
}
</style>
background-color css
<style>
a { background-color: #8BA8ED; }
a { background-color: rgb(139,168,237); }
div.DivClassName
{
background-color: #8BA8ED;
}
.BgClassName
{
background-color: #8BA8ED;
}
</style>
border-color css
<style>
span { border-color: #8BA8ED; }
span { border-color: rgb(139,168,237); }
td.TdClassName
{
border-color: #8BA8ED;
}
.TagClassName
{
border-color: #8BA8ED;
}
</style>