Shades of Jordy Blue #8FAAE6
Tints of Jordy Blue #8FAAE6
RGB
CMYK
RGB Variations
Color information
#8FAAE6 (or 0x8FAAE6) is known color: Jordy Blue. HEX triplet: 8F, AA and E6. RGB value is (143,170,230). Sum of RGB (Red+Green+Blue) = 143+170+230=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #8FAAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAE6 is #705519. Grayscale: #A8A8A8. Windows color (decimal): -7361818 or 15116943. OLE color: 15116943.
HSL color Cylindrical-coordinate representation of color #8FAAE6: hue angle of 221.38º degrees, saturation: 0.64, 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 #8FAAE6 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 170 | 230 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.10 |
| HSL | 221.38º | 0.64% | 0.73% | - |
| HSV(B) | 221.38º | 0.38% | 0.9% | - |
| XYZ | 39.99 | 40.3 | 80.53 | - |
| YUV | 168.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 230 | 0.38 | 0.26 | 0 | 0.10 | 221.38 | 0.64 | 0.73 |
| Hex | 8F | AA | E6 | 26 | 1A | 0 | A | DD | 40 | 49 |
| Octal | 217 | 252 | 346 | 46 | 32 | 0 | 12 | 335 | 100 | 111 |
| Binary | 10001111 | 10101010 | 11100110 | 100110 | 11010 | 0 | 1010 | 11011101 | 1000000 | 1001001 |
Color Harmonies of #8FAAE6
Complementary color
Monochromatic Colors of #8FAAE6
Black with #8FAAE6
Text Example
Text Example
White with #8FAAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAE6; }
p { color: rgb(143,170,230); }
H1.HeaderClassName
{
color: #8FAAE6;
}
.AnyTagClassName
{
color: #8FAAE6;
}
</style>
background-color css
<style>
a { background-color: #8FAAE6; }
a { background-color: rgb(143,170,230); }
div.DivClassName
{
background-color: #8FAAE6;
}
.BgClassName
{
background-color: #8FAAE6;
}
</style>
border-color css
<style>
span { border-color: #8FAAE6; }
span { border-color: rgb(143,170,230); }
td.TdClassName
{
border-color: #8FAAE6;
}
.TagClassName
{
border-color: #8FAAE6;
}
</style>