Shades of Jordy Blue #8BA8DF
Tints of Jordy Blue #8BA8DF
RGB
CMYK
RGB Variations
Color information
#8BA8DF (or 0x8BA8DF) is known color: Jordy Blue. HEX triplet: 8B, A8 and DF. RGB value is (139,168,223). Sum of RGB (Red+Green+Blue) = 139+168+223=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8DF is #745720. Grayscale: #A5A5A5. Windows color (decimal): -7624481 or 14657675. OLE color: 14657675.
HSL color Cylindrical-coordinate representation of color #8BA8DF: hue angle of 219.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BA8DF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 168 | 223 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.13 |
| HSL | 219.29º | 0.57% | 0.71% | - |
| HSV(B) | 219.29º | 0.38% | 0.87% | - |
| XYZ | 37.97 | 38.82 | 75.3 | - |
| YUV | 165.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 223 | 0.38 | 0.25 | 0 | 0.13 | 219.29 | 0.57 | 0.71 |
| Hex | 8B | A8 | DF | 26 | 19 | 0 | D | DB | 39 | 47 |
| Octal | 213 | 250 | 337 | 46 | 31 | 0 | 15 | 333 | 71 | 107 |
| Binary | 10001011 | 10101000 | 11011111 | 100110 | 11001 | 0 | 1101 | 11011011 | 111001 | 1000111 |
Color Harmonies of #8BA8DF
Complementary color
Monochromatic Colors of #8BA8DF
Black with #8BA8DF
Text Example
Text Example
White with #8BA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8DF; }
p { color: rgb(139,168,223); }
H1.HeaderClassName
{
color: #8BA8DF;
}
.AnyTagClassName
{
color: #8BA8DF;
}
</style>
background-color css
<style>
a { background-color: #8BA8DF; }
a { background-color: rgb(139,168,223); }
div.DivClassName
{
background-color: #8BA8DF;
}
.BgClassName
{
background-color: #8BA8DF;
}
</style>
border-color css
<style>
span { border-color: #8BA8DF; }
span { border-color: rgb(139,168,223); }
td.TdClassName
{
border-color: #8BA8DF;
}
.TagClassName
{
border-color: #8BA8DF;
}
</style>