Shades of Jordy Blue #8BA8FD
Tints of Jordy Blue #8BA8FD
RGB
CMYK
RGB Variations
Color information
#8BA8FD (or 0x8BA8FD) is known color: Jordy Blue. HEX triplet: 8B, A8 and FD. RGB value is (139,168,253). Sum of RGB (Red+Green+Blue) = 139+168+253=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BA8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA8FD is #745702. Grayscale: #A8A8A8. Windows color (decimal): -7624451 or 16623755. OLE color: 16623755.
HSL color Cylindrical-coordinate representation of color #8BA8FD: hue angle of 224.74º degrees, saturation: 0.97, 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 #8BA8FD is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 168 | 253 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.01 |
| HSL | 224.74º | 0.97% | 0.77% | - |
| HSV(B) | 224.74º | 0.45% | 0.99% | - |
| XYZ | 42.38 | 40.59 | 98.53 | - |
| YUV | 169.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 253 | 0.45 | 0.34 | 0 | 0.01 | 224.74 | 0.97 | 0.77 |
| Hex | 8B | A8 | FD | 2D | 22 | 0 | 1 | E1 | 61 | 4D |
| Octal | 213 | 250 | 375 | 55 | 42 | 0 | 1 | 341 | 141 | 115 |
| Binary | 10001011 | 10101000 | 11111101 | 101101 | 100010 | 0 | 1 | 11100001 | 1100001 | 1001101 |
Color Harmonies of #8BA8FD
Complementary color
Monochromatic Colors of #8BA8FD
Black with #8BA8FD
Text Example
Text Example
White with #8BA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8FD; }
p { color: rgb(139,168,253); }
H1.HeaderClassName
{
color: #8BA8FD;
}
.AnyTagClassName
{
color: #8BA8FD;
}
</style>
background-color css
<style>
a { background-color: #8BA8FD; }
a { background-color: rgb(139,168,253); }
div.DivClassName
{
background-color: #8BA8FD;
}
.BgClassName
{
background-color: #8BA8FD;
}
</style>
border-color css
<style>
span { border-color: #8BA8FD; }
span { border-color: rgb(139,168,253); }
td.TdClassName
{
border-color: #8BA8FD;
}
.TagClassName
{
border-color: #8BA8FD;
}
</style>