Shades of Jordy Blue #8BABED
Tints of Jordy Blue #8BABED
RGB
CMYK
RGB Variations
Color information
#8BABED (or 0x8BABED) is known color: Jordy Blue. HEX triplet: 8B, AB and ED. RGB value is (139,171,237). Sum of RGB (Red+Green+Blue) = 139+171+237=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABED is #745412. Grayscale: #A8A8A8. Windows color (decimal): -7623699 or 15575947. OLE color: 15575947.
HSL color Cylindrical-coordinate representation of color #8BABED: hue angle of 220.41º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BABED is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 171 | 237 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.07 |
| HSL | 220.41º | 0.73% | 0.74% | - |
| HSV(B) | 220.41º | 0.41% | 0.93% | - |
| XYZ | 40.5 | 40.73 | 85.85 | - |
| YUV | 168.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 237 | 0.41 | 0.28 | 0 | 0.07 | 220.41 | 0.73 | 0.74 |
| Hex | 8B | AB | ED | 29 | 1C | 0 | 7 | DC | 49 | 4A |
| Octal | 213 | 253 | 355 | 51 | 34 | 0 | 7 | 334 | 111 | 112 |
| Binary | 10001011 | 10101011 | 11101101 | 101001 | 11100 | 0 | 111 | 11011100 | 1001001 | 1001010 |
Color Harmonies of #8BABED
Complementary color
Monochromatic Colors of #8BABED
Black with #8BABED
Text Example
Text Example
White with #8BABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABED; }
p { color: rgb(139,171,237); }
H1.HeaderClassName
{
color: #8BABED;
}
.AnyTagClassName
{
color: #8BABED;
}
</style>
background-color css
<style>
a { background-color: #8BABED; }
a { background-color: rgb(139,171,237); }
div.DivClassName
{
background-color: #8BABED;
}
.BgClassName
{
background-color: #8BABED;
}
</style>
border-color css
<style>
span { border-color: #8BABED; }
span { border-color: rgb(139,171,237); }
td.TdClassName
{
border-color: #8BABED;
}
.TagClassName
{
border-color: #8BABED;
}
</style>