Shades of Jordy Blue #8FAAEF
Tints of Jordy Blue #8FAAEF
RGB
CMYK
RGB Variations
Color information
#8FAAEF (or 0x8FAAEF) is known color: Jordy Blue. HEX triplet: 8F, AA and EF. RGB value is (143,170,239). Sum of RGB (Red+Green+Blue) = 143+170+239=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FAAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAEF is #705510. Grayscale: #A9A9A9. Windows color (decimal): -7361809 or 15706767. OLE color: 15706767.
HSL color Cylindrical-coordinate representation of color #8FAAEF: hue angle of 223.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FAAEF is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 170 | 239 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.06 |
| HSL | 223.13º | 0.75% | 0.75% | - |
| HSV(B) | 223.13º | 0.4% | 0.94% | - |
| XYZ | 41.28 | 40.82 | 87.36 | - |
| YUV | 169.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 239 | 0.40 | 0.29 | 0 | 0.06 | 223.13 | 0.75 | 0.75 |
| Hex | 8F | AA | EF | 28 | 1D | 0 | 6 | DF | 4B | 4B |
| Octal | 217 | 252 | 357 | 50 | 35 | 0 | 6 | 337 | 113 | 113 |
| Binary | 10001111 | 10101010 | 11101111 | 101000 | 11101 | 0 | 110 | 11011111 | 1001011 | 1001011 |
Color Harmonies of #8FAAEF
Complementary color
Monochromatic Colors of #8FAAEF
Black with #8FAAEF
Text Example
Text Example
White with #8FAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAEF; }
p { color: rgb(143,170,239); }
H1.HeaderClassName
{
color: #8FAAEF;
}
.AnyTagClassName
{
color: #8FAAEF;
}
</style>
background-color css
<style>
a { background-color: #8FAAEF; }
a { background-color: rgb(143,170,239); }
div.DivClassName
{
background-color: #8FAAEF;
}
.BgClassName
{
background-color: #8FAAEF;
}
</style>
border-color css
<style>
span { border-color: #8FAAEF; }
span { border-color: rgb(143,170,239); }
td.TdClassName
{
border-color: #8FAAEF;
}
.TagClassName
{
border-color: #8FAAEF;
}
</style>