Shades of Jordy Blue #8FAAF5
Tints of Jordy Blue #8FAAF5
RGB
CMYK
RGB Variations
Color information
#8FAAF5 (or 0x8FAAF5) is known color: Jordy Blue. HEX triplet: 8F, AA and F5. RGB value is (143,170,245). Sum of RGB (Red+Green+Blue) = 143+170+245=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #8FAAF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAF5 is #70550A. Grayscale: #AAAAAA. Windows color (decimal): -7361803 or 16099983. OLE color: 16099983.
HSL color Cylindrical-coordinate representation of color #8FAAF5: hue angle of 224.12º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FAAF5 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 170 | 245 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.04 |
| HSL | 224.12º | 0.84% | 0.76% | - |
| HSV(B) | 224.12º | 0.42% | 0.96% | - |
| XYZ | 42.18 | 41.18 | 92.11 | - |
| YUV | 170.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 245 | 0.42 | 0.31 | 0 | 0.04 | 224.12 | 0.84 | 0.76 |
| Hex | 8F | AA | F5 | 2A | 1F | 0 | 4 | E0 | 54 | 4C |
| Octal | 217 | 252 | 365 | 52 | 37 | 0 | 4 | 340 | 124 | 114 |
| Binary | 10001111 | 10101010 | 11110101 | 101010 | 11111 | 0 | 100 | 11100000 | 1010100 | 1001100 |
Color Harmonies of #8FAAF5
Complementary color
Monochromatic Colors of #8FAAF5
Black with #8FAAF5
Text Example
Text Example
White with #8FAAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAF5; }
p { color: rgb(143,170,245); }
H1.HeaderClassName
{
color: #8FAAF5;
}
.AnyTagClassName
{
color: #8FAAF5;
}
</style>
background-color css
<style>
a { background-color: #8FAAF5; }
a { background-color: rgb(143,170,245); }
div.DivClassName
{
background-color: #8FAAF5;
}
.BgClassName
{
background-color: #8FAAF5;
}
</style>
border-color css
<style>
span { border-color: #8FAAF5; }
span { border-color: rgb(143,170,245); }
td.TdClassName
{
border-color: #8FAAF5;
}
.TagClassName
{
border-color: #8FAAF5;
}
</style>