Shades of Jordy Blue #8FADF1
Tints of Jordy Blue #8FADF1
RGB
CMYK
RGB Variations
Color information
#8FADF1 (or 0x8FADF1) is known color: Jordy Blue. HEX triplet: 8F, AD and F1. RGB value is (143,173,241). Sum of RGB (Red+Green+Blue) = 143+173+241=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADF1 is #70520E. Grayscale: #ABABAB. Windows color (decimal): -7361039 or 15838607. OLE color: 15838607.
HSL color Cylindrical-coordinate representation of color #8FADF1: hue angle of 221.63º 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 #8FADF1 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 173 | 241 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.05 |
| HSL | 221.63º | 0.78% | 0.75% | - |
| HSV(B) | 221.63º | 0.41% | 0.95% | - |
| XYZ | 42.15 | 42.08 | 89.12 | - |
| YUV | 171.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 241 | 0.41 | 0.28 | 0 | 0.05 | 221.63 | 0.78 | 0.75 |
| Hex | 8F | AD | F1 | 29 | 1C | 0 | 5 | DE | 4E | 4B |
| Octal | 217 | 255 | 361 | 51 | 34 | 0 | 5 | 336 | 116 | 113 |
| Binary | 10001111 | 10101101 | 11110001 | 101001 | 11100 | 0 | 101 | 11011110 | 1001110 | 1001011 |
Color Harmonies of #8FADF1
Complementary color
Monochromatic Colors of #8FADF1
Black with #8FADF1
Text Example
Text Example
White with #8FADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADF1; }
p { color: rgb(143,173,241); }
H1.HeaderClassName
{
color: #8FADF1;
}
.AnyTagClassName
{
color: #8FADF1;
}
</style>
background-color css
<style>
a { background-color: #8FADF1; }
a { background-color: rgb(143,173,241); }
div.DivClassName
{
background-color: #8FADF1;
}
.BgClassName
{
background-color: #8FADF1;
}
</style>
border-color css
<style>
span { border-color: #8FADF1; }
span { border-color: rgb(143,173,241); }
td.TdClassName
{
border-color: #8FADF1;
}
.TagClassName
{
border-color: #8FADF1;
}
</style>