Shades of Jordy Blue #8BAAF9
Tints of Jordy Blue #8BAAF9
RGB
CMYK
RGB Variations
Color information
#8BAAF9 (or 0x8BAAF9) is known color: Jordy Blue. HEX triplet: 8B, AA and F9. RGB value is (139,170,249). Sum of RGB (Red+Green+Blue) = 139+170+249=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #8BAAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAF9 is #745506. Grayscale: #A9A9A9. Windows color (decimal): -7623943 or 16362123. OLE color: 16362123.
HSL color Cylindrical-coordinate representation of color #8BAAF9: hue angle of 223.09º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BAAF9 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 170 | 249 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.02 |
| HSL | 223.09º | 0.9% | 0.76% | - |
| HSV(B) | 223.09º | 0.44% | 0.98% | - |
| XYZ | 42.12 | 41.08 | 95.33 | - |
| YUV | 169.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 249 | 0.44 | 0.32 | 0 | 0.02 | 223.09 | 0.9 | 0.76 |
| Hex | 8B | AA | F9 | 2C | 20 | 0 | 2 | DF | 5A | 4C |
| Octal | 213 | 252 | 371 | 54 | 40 | 0 | 2 | 337 | 132 | 114 |
| Binary | 10001011 | 10101010 | 11111001 | 101100 | 100000 | 0 | 10 | 11011111 | 1011010 | 1001100 |
Color Harmonies of #8BAAF9
Complementary color
Monochromatic Colors of #8BAAF9
Black with #8BAAF9
Text Example
Text Example
White with #8BAAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAF9; }
p { color: rgb(139,170,249); }
H1.HeaderClassName
{
color: #8BAAF9;
}
.AnyTagClassName
{
color: #8BAAF9;
}
</style>
background-color css
<style>
a { background-color: #8BAAF9; }
a { background-color: rgb(139,170,249); }
div.DivClassName
{
background-color: #8BAAF9;
}
.BgClassName
{
background-color: #8BAAF9;
}
</style>
border-color css
<style>
span { border-color: #8BAAF9; }
span { border-color: rgb(139,170,249); }
td.TdClassName
{
border-color: #8BAAF9;
}
.TagClassName
{
border-color: #8BAAF9;
}
</style>