Shades of Jordy Blue #8BA6FF
Tints of Jordy Blue #8BA6FF
RGB
CMYK
RGB Variations
Color information
#8BA6FF (or 0x8BA6FF) is known color: Jordy Blue. HEX triplet: 8B, A6 and FF. RGB value is (139,166,255). Sum of RGB (Red+Green+Blue) = 139+166+255=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BA6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA6FF is #745900. Grayscale: #A7A7A7. Windows color (decimal): -7624961 or 16754315. OLE color: 16754315.
HSL color Cylindrical-coordinate representation of color #8BA6FF: hue angle of 226.03º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA6FF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 166 | 255 | - |
| CMYK | 0.45 | 0.35 | 0 | 0 |
| HSL | 226.03º | 1% | 0.77% | - |
| HSV(B) | 226.03º | 0.45% | 1% | - |
| XYZ | 42.33 | 39.98 | 100.09 | - |
| YUV | 168.07 | 177.05 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 255 | 0.45 | 0.35 | 0 | 0 | 226.03 | 1 | 0.77 |
| Hex | 8B | A6 | FF | 2D | 23 | 0 | 0 | E2 | 64 | 4D |
| Octal | 213 | 246 | 377 | 55 | 43 | 0 | 0 | 342 | 144 | 115 |
| Binary | 10001011 | 10100110 | 11111111 | 101101 | 100011 | 0 | 0 | 11100010 | 1100100 | 1001101 |
Color Harmonies of #8BA6FF
Complementary color
Monochromatic Colors of #8BA6FF
Black with #8BA6FF
Text Example
Text Example
White with #8BA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA6FF; }
p { color: rgb(139,166,255); }
H1.HeaderClassName
{
color: #8BA6FF;
}
.AnyTagClassName
{
color: #8BA6FF;
}
</style>
background-color css
<style>
a { background-color: #8BA6FF; }
a { background-color: rgb(139,166,255); }
div.DivClassName
{
background-color: #8BA6FF;
}
.BgClassName
{
background-color: #8BA6FF;
}
</style>
border-color css
<style>
span { border-color: #8BA6FF; }
span { border-color: rgb(139,166,255); }
td.TdClassName
{
border-color: #8BA6FF;
}
.TagClassName
{
border-color: #8BA6FF;
}
</style>