Shades of Jordy Blue #8BA6FE
Tints of Jordy Blue #8BA6FE
RGB
CMYK
RGB Variations
Color information
#8BA6FE (or 0x8BA6FE) is known color: Jordy Blue. HEX triplet: 8B, A6 and FE. RGB value is (139,166,254). Sum of RGB (Red+Green+Blue) = 139+166+254=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BA6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA6FE is #745901. Grayscale: #A7A7A7. Windows color (decimal): -7624962 or 16688779. OLE color: 16688779.
HSL color Cylindrical-coordinate representation of color #8BA6FE: hue angle of 225.91º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA6FE is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 166 | 254 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.00 |
| HSL | 225.91º | 0.98% | 0.77% | - |
| HSV(B) | 225.91º | 0.45% | 1% | - |
| XYZ | 42.17 | 39.92 | 99.25 | - |
| YUV | 167.96 | 176.55 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 254 | 0.45 | 0.35 | 0 | 0.00 | 225.91 | 0.98 | 0.77 |
| Hex | 8B | A6 | FE | 2D | 23 | 0 | 0 | E2 | 62 | 4D |
| Octal | 213 | 246 | 376 | 55 | 43 | 0 | 0 | 342 | 142 | 115 |
| Binary | 10001011 | 10100110 | 11111110 | 101101 | 100011 | 0 | 0 | 11100010 | 1100010 | 1001101 |
Color Harmonies of #8BA6FE
Complementary color
Monochromatic Colors of #8BA6FE
Black with #8BA6FE
Text Example
Text Example
White with #8BA6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA6FE; }
p { color: rgb(139,166,254); }
H1.HeaderClassName
{
color: #8BA6FE;
}
.AnyTagClassName
{
color: #8BA6FE;
}
</style>
background-color css
<style>
a { background-color: #8BA6FE; }
a { background-color: rgb(139,166,254); }
div.DivClassName
{
background-color: #8BA6FE;
}
.BgClassName
{
background-color: #8BA6FE;
}
</style>
border-color css
<style>
span { border-color: #8BA6FE; }
span { border-color: rgb(139,166,254); }
td.TdClassName
{
border-color: #8BA6FE;
}
.TagClassName
{
border-color: #8BA6FE;
}
</style>