Shades of Jordy Blue #8BA9FA
Tints of Jordy Blue #8BA9FA
RGB
CMYK
RGB Variations
Color information
#8BA9FA (or 0x8BA9FA) is known color: Jordy Blue. HEX triplet: 8B, A9 and FA. RGB value is (139,169,250). Sum of RGB (Red+Green+Blue) = 139+169+250=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BA9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA9FA is #745605. Grayscale: #A8A8A8. Windows color (decimal): -7624198 or 16427403. OLE color: 16427403.
HSL color Cylindrical-coordinate representation of color #8BA9FA: hue angle of 223.78º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BA9FA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 169 | 250 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.02 |
| HSL | 223.78º | 0.92% | 0.76% | - |
| HSV(B) | 223.78º | 0.44% | 0.98% | - |
| XYZ | 42.09 | 40.77 | 96.09 | - |
| YUV | 169.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 250 | 0.44 | 0.32 | 0 | 0.02 | 223.78 | 0.92 | 0.76 |
| Hex | 8B | A9 | FA | 2C | 20 | 0 | 2 | E0 | 5C | 4C |
| Octal | 213 | 251 | 372 | 54 | 40 | 0 | 2 | 340 | 134 | 114 |
| Binary | 10001011 | 10101001 | 11111010 | 101100 | 100000 | 0 | 10 | 11100000 | 1011100 | 1001100 |
Color Harmonies of #8BA9FA
Complementary color
Monochromatic Colors of #8BA9FA
Black with #8BA9FA
Text Example
Text Example
White with #8BA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA9FA; }
p { color: rgb(139,169,250); }
H1.HeaderClassName
{
color: #8BA9FA;
}
.AnyTagClassName
{
color: #8BA9FA;
}
</style>
background-color css
<style>
a { background-color: #8BA9FA; }
a { background-color: rgb(139,169,250); }
div.DivClassName
{
background-color: #8BA9FA;
}
.BgClassName
{
background-color: #8BA9FA;
}
</style>
border-color css
<style>
span { border-color: #8BA9FA; }
span { border-color: rgb(139,169,250); }
td.TdClassName
{
border-color: #8BA9FA;
}
.TagClassName
{
border-color: #8BA9FA;
}
</style>