Shades of Jordy Blue #8FAAE5
Tints of Jordy Blue #8FAAE5
RGB
CMYK
RGB Variations
Color information
#8FAAE5 (or 0x8FAAE5) is known color: Jordy Blue. HEX triplet: 8F, AA and E5. RGB value is (143,170,229). Sum of RGB (Red+Green+Blue) = 143+170+229=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FAAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAE5 is #70551A. Grayscale: #A8A8A8. Windows color (decimal): -7361819 or 15051407. OLE color: 15051407.
HSL color Cylindrical-coordinate representation of color #8FAAE5: hue angle of 221.16º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FAAE5 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 170 | 229 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.10 |
| HSL | 221.16º | 0.62% | 0.73% | - |
| HSV(B) | 221.16º | 0.38% | 0.9% | - |
| XYZ | 39.85 | 40.25 | 79.8 | - |
| YUV | 168.65 | 162.05 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 229 | 0.38 | 0.26 | 0 | 0.10 | 221.16 | 0.62 | 0.73 |
| Hex | 8F | AA | E5 | 26 | 1A | 0 | A | DD | 3E | 49 |
| Octal | 217 | 252 | 345 | 46 | 32 | 0 | 12 | 335 | 76 | 111 |
| Binary | 10001111 | 10101010 | 11100101 | 100110 | 11010 | 0 | 1010 | 11011101 | 111110 | 1001001 |
Color Harmonies of #8FAAE5
Complementary color
Monochromatic Colors of #8FAAE5
Black with #8FAAE5
Text Example
Text Example
White with #8FAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAE5; }
p { color: rgb(143,170,229); }
H1.HeaderClassName
{
color: #8FAAE5;
}
.AnyTagClassName
{
color: #8FAAE5;
}
</style>
background-color css
<style>
a { background-color: #8FAAE5; }
a { background-color: rgb(143,170,229); }
div.DivClassName
{
background-color: #8FAAE5;
}
.BgClassName
{
background-color: #8FAAE5;
}
</style>
border-color css
<style>
span { border-color: #8FAAE5; }
span { border-color: rgb(143,170,229); }
td.TdClassName
{
border-color: #8FAAE5;
}
.TagClassName
{
border-color: #8FAAE5;
}
</style>