Shades of Jordy Blue #8BAAFE
Tints of Jordy Blue #8BAAFE
RGB
CMYK
RGB Variations
Color information
#8BAAFE (or 0x8BAAFE) is known color: Jordy Blue. HEX triplet: 8B, AA and FE. RGB value is (139,170,254). Sum of RGB (Red+Green+Blue) = 139+170+254=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAFE is #745501. Grayscale: #A9A9A9. Windows color (decimal): -7623938 or 16689803. OLE color: 16689803.
HSL color Cylindrical-coordinate representation of color #8BAAFE: hue angle of 223.83º 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 #8BAAFE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 170 | 254 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.00 |
| HSL | 223.83º | 0.98% | 0.77% | - |
| HSV(B) | 223.83º | 0.45% | 1% | - |
| XYZ | 42.91 | 41.39 | 99.49 | - |
| YUV | 170.31 | 175.23 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 254 | 0.45 | 0.33 | 0 | 0.00 | 223.83 | 0.98 | 0.77 |
| Hex | 8B | AA | FE | 2D | 21 | 0 | 0 | E0 | 62 | 4D |
| Octal | 213 | 252 | 376 | 55 | 41 | 0 | 0 | 340 | 142 | 115 |
| Binary | 10001011 | 10101010 | 11111110 | 101101 | 100001 | 0 | 0 | 11100000 | 1100010 | 1001101 |
Color Harmonies of #8BAAFE
Complementary color
Monochromatic Colors of #8BAAFE
Black with #8BAAFE
Text Example
Text Example
White with #8BAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAFE; }
p { color: rgb(139,170,254); }
H1.HeaderClassName
{
color: #8BAAFE;
}
.AnyTagClassName
{
color: #8BAAFE;
}
</style>
background-color css
<style>
a { background-color: #8BAAFE; }
a { background-color: rgb(139,170,254); }
div.DivClassName
{
background-color: #8BAAFE;
}
.BgClassName
{
background-color: #8BAAFE;
}
</style>
border-color css
<style>
span { border-color: #8BAAFE; }
span { border-color: rgb(139,170,254); }
td.TdClassName
{
border-color: #8BAAFE;
}
.TagClassName
{
border-color: #8BAAFE;
}
</style>