Shades of Jordy Blue #8BABF2
Tints of Jordy Blue #8BABF2
RGB
CMYK
RGB Variations
Color information
#8BABF2 (or 0x8BABF2) is known color: Jordy Blue. HEX triplet: 8B, AB and F2. RGB value is (139,171,242). Sum of RGB (Red+Green+Blue) = 139+171+242=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #8BABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABF2 is #74540D. Grayscale: #A9A9A9. Windows color (decimal): -7623694 or 15903627. OLE color: 15903627.
HSL color Cylindrical-coordinate representation of color #8BABF2: hue angle of 221.36º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BABF2 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 171 | 242 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.05 |
| HSL | 221.36º | 0.8% | 0.75% | - |
| HSV(B) | 221.36º | 0.43% | 0.95% | - |
| XYZ | 41.24 | 41.03 | 89.75 | - |
| YUV | 169.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 242 | 0.43 | 0.29 | 0 | 0.05 | 221.36 | 0.8 | 0.75 |
| Hex | 8B | AB | F2 | 2B | 1D | 0 | 5 | DD | 50 | 4B |
| Octal | 213 | 253 | 362 | 53 | 35 | 0 | 5 | 335 | 120 | 113 |
| Binary | 10001011 | 10101011 | 11110010 | 101011 | 11101 | 0 | 101 | 11011101 | 1010000 | 1001011 |
Color Harmonies of #8BABF2
Complementary color
Monochromatic Colors of #8BABF2
Black with #8BABF2
Text Example
Text Example
White with #8BABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABF2; }
p { color: rgb(139,171,242); }
H1.HeaderClassName
{
color: #8BABF2;
}
.AnyTagClassName
{
color: #8BABF2;
}
</style>
background-color css
<style>
a { background-color: #8BABF2; }
a { background-color: rgb(139,171,242); }
div.DivClassName
{
background-color: #8BABF2;
}
.BgClassName
{
background-color: #8BABF2;
}
</style>
border-color css
<style>
span { border-color: #8BABF2; }
span { border-color: rgb(139,171,242); }
td.TdClassName
{
border-color: #8BABF2;
}
.TagClassName
{
border-color: #8BABF2;
}
</style>