Shades of Jordy Blue #8BA9FC
Tints of Jordy Blue #8BA9FC
RGB
CMYK
RGB Variations
Color information
#8BA9FC (or 0x8BA9FC) is known color: Jordy Blue. HEX triplet: 8B, A9 and FC. RGB value is (139,169,252). Sum of RGB (Red+Green+Blue) = 139+169+252=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BA9FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA9FC is #745603. Grayscale: #A9A9A9. Windows color (decimal): -7624196 or 16558475. OLE color: 16558475.
HSL color Cylindrical-coordinate representation of color #8BA9FC: hue angle of 224.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA9FC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 169 | 252 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.01 |
| HSL | 224.07º | 0.95% | 0.77% | - |
| HSV(B) | 224.07º | 0.45% | 0.99% | - |
| XYZ | 42.41 | 40.89 | 97.75 | - |
| YUV | 169.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 252 | 0.45 | 0.33 | 0 | 0.01 | 224.07 | 0.95 | 0.77 |
| Hex | 8B | A9 | FC | 2D | 21 | 0 | 1 | E0 | 5F | 4D |
| Octal | 213 | 251 | 374 | 55 | 41 | 0 | 1 | 340 | 137 | 115 |
| Binary | 10001011 | 10101001 | 11111100 | 101101 | 100001 | 0 | 1 | 11100000 | 1011111 | 1001101 |
Color Harmonies of #8BA9FC
Complementary color
Monochromatic Colors of #8BA9FC
Black with #8BA9FC
Text Example
Text Example
White with #8BA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA9FC; }
p { color: rgb(139,169,252); }
H1.HeaderClassName
{
color: #8BA9FC;
}
.AnyTagClassName
{
color: #8BA9FC;
}
</style>
background-color css
<style>
a { background-color: #8BA9FC; }
a { background-color: rgb(139,169,252); }
div.DivClassName
{
background-color: #8BA9FC;
}
.BgClassName
{
background-color: #8BA9FC;
}
</style>
border-color css
<style>
span { border-color: #8BA9FC; }
span { border-color: rgb(139,169,252); }
td.TdClassName
{
border-color: #8BA9FC;
}
.TagClassName
{
border-color: #8BA9FC;
}
</style>