Shades of Jordy Blue #8BABFC
Tints of Jordy Blue #8BABFC
RGB
CMYK
RGB Variations
Color information
#8BABFC (or 0x8BABFC) is known color: Jordy Blue. HEX triplet: 8B, AB and FC. RGB value is (139,171,252). Sum of RGB (Red+Green+Blue) = 139+171+252=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABFC is #745403. Grayscale: #AAAAAA. Windows color (decimal): -7623684 or 16558987. OLE color: 16558987.
HSL color Cylindrical-coordinate representation of color #8BABFC: hue angle of 223.01º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BABFC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 171 | 252 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.01 |
| HSL | 223.01º | 0.95% | 0.77% | - |
| HSV(B) | 223.01º | 0.45% | 0.99% | - |
| XYZ | 42.78 | 41.64 | 97.88 | - |
| YUV | 170.67 | 173.9 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 252 | 0.45 | 0.32 | 0 | 0.01 | 223.01 | 0.95 | 0.77 |
| Hex | 8B | AB | FC | 2D | 20 | 0 | 1 | DF | 5F | 4D |
| Octal | 213 | 253 | 374 | 55 | 40 | 0 | 1 | 337 | 137 | 115 |
| Binary | 10001011 | 10101011 | 11111100 | 101101 | 100000 | 0 | 1 | 11011111 | 1011111 | 1001101 |
Color Harmonies of #8BABFC
Complementary color
Monochromatic Colors of #8BABFC
Black with #8BABFC
Text Example
Text Example
White with #8BABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABFC; }
p { color: rgb(139,171,252); }
H1.HeaderClassName
{
color: #8BABFC;
}
.AnyTagClassName
{
color: #8BABFC;
}
</style>
background-color css
<style>
a { background-color: #8BABFC; }
a { background-color: rgb(139,171,252); }
div.DivClassName
{
background-color: #8BABFC;
}
.BgClassName
{
background-color: #8BABFC;
}
</style>
border-color css
<style>
span { border-color: #8BABFC; }
span { border-color: rgb(139,171,252); }
td.TdClassName
{
border-color: #8BABFC;
}
.TagClassName
{
border-color: #8BABFC;
}
</style>