Shades of Jordy Blue #8FAEEA
Tints of Jordy Blue #8FAEEA
RGB
CMYK
RGB Variations
Color information
#8FAEEA (or 0x8FAEEA) is known color: Jordy Blue. HEX triplet: 8F, AE and EA. RGB value is (143,174,234). Sum of RGB (Red+Green+Blue) = 143+174+234=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FAEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAEEA is #705115. Grayscale: #ABABAB. Windows color (decimal): -7360790 or 15380111. OLE color: 15380111.
HSL color Cylindrical-coordinate representation of color #8FAEEA: hue angle of 219.56º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FAEEA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 174 | 234 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.08 |
| HSL | 219.56º | 0.68% | 0.74% | - |
| HSV(B) | 219.56º | 0.39% | 0.92% | - |
| XYZ | 41.32 | 42.05 | 83.78 | - |
| YUV | 171.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 234 | 0.39 | 0.26 | 0 | 0.08 | 219.56 | 0.68 | 0.74 |
| Hex | 8F | AE | EA | 27 | 1A | 0 | 8 | DC | 44 | 4A |
| Octal | 217 | 256 | 352 | 47 | 32 | 0 | 10 | 334 | 104 | 112 |
| Binary | 10001111 | 10101110 | 11101010 | 100111 | 11010 | 0 | 1000 | 11011100 | 1000100 | 1001010 |
Color Harmonies of #8FAEEA
Complementary color
Monochromatic Colors of #8FAEEA
Black with #8FAEEA
Text Example
Text Example
White with #8FAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEEA; }
p { color: rgb(143,174,234); }
H1.HeaderClassName
{
color: #8FAEEA;
}
.AnyTagClassName
{
color: #8FAEEA;
}
</style>
background-color css
<style>
a { background-color: #8FAEEA; }
a { background-color: rgb(143,174,234); }
div.DivClassName
{
background-color: #8FAEEA;
}
.BgClassName
{
background-color: #8FAEEA;
}
</style>
border-color css
<style>
span { border-color: #8FAEEA; }
span { border-color: rgb(143,174,234); }
td.TdClassName
{
border-color: #8FAEEA;
}
.TagClassName
{
border-color: #8FAEEA;
}
</style>