Shades of Jordy Blue #8FAAED
Tints of Jordy Blue #8FAAED
RGB
CMYK
RGB Variations
Color information
#8FAAED (or 0x8FAAED) is known color: Jordy Blue. HEX triplet: 8F, AA and ED. RGB value is (143,170,237). Sum of RGB (Red+Green+Blue) = 143+170+237=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FAAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAED is #705512. Grayscale: #A9A9A9. Windows color (decimal): -7361811 or 15575695. OLE color: 15575695.
HSL color Cylindrical-coordinate representation of color #8FAAED: hue angle of 222.77º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FAAED is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 170 | 237 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.07 |
| HSL | 222.77º | 0.72% | 0.75% | - |
| HSV(B) | 222.77º | 0.4% | 0.93% | - |
| XYZ | 40.99 | 40.7 | 85.82 | - |
| YUV | 169.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 237 | 0.40 | 0.28 | 0 | 0.07 | 222.77 | 0.72 | 0.75 |
| Hex | 8F | AA | ED | 28 | 1C | 0 | 7 | DF | 48 | 4B |
| Octal | 217 | 252 | 355 | 50 | 34 | 0 | 7 | 337 | 110 | 113 |
| Binary | 10001111 | 10101010 | 11101101 | 101000 | 11100 | 0 | 111 | 11011111 | 1001000 | 1001011 |
Color Harmonies of #8FAAED
Complementary color
Monochromatic Colors of #8FAAED
Black with #8FAAED
Text Example
Text Example
White with #8FAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAED; }
p { color: rgb(143,170,237); }
H1.HeaderClassName
{
color: #8FAAED;
}
.AnyTagClassName
{
color: #8FAAED;
}
</style>
background-color css
<style>
a { background-color: #8FAAED; }
a { background-color: rgb(143,170,237); }
div.DivClassName
{
background-color: #8FAAED;
}
.BgClassName
{
background-color: #8FAAED;
}
</style>
border-color css
<style>
span { border-color: #8FAAED; }
span { border-color: rgb(143,170,237); }
td.TdClassName
{
border-color: #8FAAED;
}
.TagClassName
{
border-color: #8FAAED;
}
</style>