Shades of Jordy Blue #8FABF1
Tints of Jordy Blue #8FABF1
RGB
CMYK
RGB Variations
Color information
#8FABF1 (or 0x8FABF1) is known color: Jordy Blue. HEX triplet: 8F, AB and F1. RGB value is (143,171,241). Sum of RGB (Red+Green+Blue) = 143+171+241=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FABF1 is #70540E. Grayscale: #AAAAAA. Windows color (decimal): -7361551 or 15838095. OLE color: 15838095.
HSL color Cylindrical-coordinate representation of color #8FABF1: hue angle of 222.86º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FABF1 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 171 | 241 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.05 |
| HSL | 222.86º | 0.78% | 0.75% | - |
| HSV(B) | 222.86º | 0.41% | 0.95% | - |
| XYZ | 41.77 | 41.32 | 88.99 | - |
| YUV | 170.61 | 167.72 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 241 | 0.41 | 0.29 | 0 | 0.05 | 222.86 | 0.78 | 0.75 |
| Hex | 8F | AB | F1 | 29 | 1D | 0 | 5 | DF | 4E | 4B |
| Octal | 217 | 253 | 361 | 51 | 35 | 0 | 5 | 337 | 116 | 113 |
| Binary | 10001111 | 10101011 | 11110001 | 101001 | 11101 | 0 | 101 | 11011111 | 1001110 | 1001011 |
Color Harmonies of #8FABF1
Complementary color
Monochromatic Colors of #8FABF1
Black with #8FABF1
Text Example
Text Example
White with #8FABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABF1; }
p { color: rgb(143,171,241); }
H1.HeaderClassName
{
color: #8FABF1;
}
.AnyTagClassName
{
color: #8FABF1;
}
</style>
background-color css
<style>
a { background-color: #8FABF1; }
a { background-color: rgb(143,171,241); }
div.DivClassName
{
background-color: #8FABF1;
}
.BgClassName
{
background-color: #8FABF1;
}
</style>
border-color css
<style>
span { border-color: #8FABF1; }
span { border-color: rgb(143,171,241); }
td.TdClassName
{
border-color: #8FABF1;
}
.TagClassName
{
border-color: #8FABF1;
}
</style>