Shades of Jordy Blue #8FAAF1
Tints of Jordy Blue #8FAAF1
RGB
CMYK
RGB Variations
Color information
#8FAAF1 (or 0x8FAAF1) is known color: Jordy Blue. HEX triplet: 8F, AA and F1. RGB value is (143,170,241). Sum of RGB (Red+Green+Blue) = 143+170+241=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FAAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAF1 is #70550E. Grayscale: #A9A9A9. Windows color (decimal): -7361807 or 15837839. OLE color: 15837839.
HSL color Cylindrical-coordinate representation of color #8FAAF1: hue angle of 223.47º 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 #8FAAF1 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 170 | 241 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.05 |
| HSL | 223.47º | 0.78% | 0.75% | - |
| HSV(B) | 223.47º | 0.41% | 0.95% | - |
| XYZ | 41.58 | 40.94 | 88.93 | - |
| YUV | 170.02 | 168.05 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 241 | 0.41 | 0.29 | 0 | 0.05 | 223.47 | 0.78 | 0.75 |
| Hex | 8F | AA | F1 | 29 | 1D | 0 | 5 | DF | 4E | 4B |
| Octal | 217 | 252 | 361 | 51 | 35 | 0 | 5 | 337 | 116 | 113 |
| Binary | 10001111 | 10101010 | 11110001 | 101001 | 11101 | 0 | 101 | 11011111 | 1001110 | 1001011 |
Color Harmonies of #8FAAF1
Complementary color
Monochromatic Colors of #8FAAF1
Black with #8FAAF1
Text Example
Text Example
White with #8FAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAF1; }
p { color: rgb(143,170,241); }
H1.HeaderClassName
{
color: #8FAAF1;
}
.AnyTagClassName
{
color: #8FAAF1;
}
</style>
background-color css
<style>
a { background-color: #8FAAF1; }
a { background-color: rgb(143,170,241); }
div.DivClassName
{
background-color: #8FAAF1;
}
.BgClassName
{
background-color: #8FAAF1;
}
</style>
border-color css
<style>
span { border-color: #8FAAF1; }
span { border-color: rgb(143,170,241); }
td.TdClassName
{
border-color: #8FAAF1;
}
.TagClassName
{
border-color: #8FAAF1;
}
</style>