Shades of Jordy Blue #8FACEE
Tints of Jordy Blue #8FACEE
RGB
CMYK
RGB Variations
Color information
#8FACEE (or 0x8FACEE) is known color: Jordy Blue. HEX triplet: 8F, AC and EE. RGB value is (143,172,238). Sum of RGB (Red+Green+Blue) = 143+172+238=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACEE is #705311. Grayscale: #AAAAAA. Windows color (decimal): -7361298 or 15641743. OLE color: 15641743.
HSL color Cylindrical-coordinate representation of color #8FACEE: hue angle of 221.68º degrees, saturation: 0.74, 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 #8FACEE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 172 | 238 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.07 |
| HSL | 221.68º | 0.74% | 0.75% | - |
| HSV(B) | 221.68º | 0.4% | 0.93% | - |
| XYZ | 41.51 | 41.52 | 86.71 | - |
| YUV | 170.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 238 | 0.40 | 0.28 | 0 | 0.07 | 221.68 | 0.74 | 0.75 |
| Hex | 8F | AC | EE | 28 | 1C | 0 | 7 | DE | 4A | 4B |
| Octal | 217 | 254 | 356 | 50 | 34 | 0 | 7 | 336 | 112 | 113 |
| Binary | 10001111 | 10101100 | 11101110 | 101000 | 11100 | 0 | 111 | 11011110 | 1001010 | 1001011 |
Color Harmonies of #8FACEE
Complementary color
Monochromatic Colors of #8FACEE
Black with #8FACEE
Text Example
Text Example
White with #8FACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACEE; }
p { color: rgb(143,172,238); }
H1.HeaderClassName
{
color: #8FACEE;
}
.AnyTagClassName
{
color: #8FACEE;
}
</style>
background-color css
<style>
a { background-color: #8FACEE; }
a { background-color: rgb(143,172,238); }
div.DivClassName
{
background-color: #8FACEE;
}
.BgClassName
{
background-color: #8FACEE;
}
</style>
border-color css
<style>
span { border-color: #8FACEE; }
span { border-color: rgb(143,172,238); }
td.TdClassName
{
border-color: #8FACEE;
}
.TagClassName
{
border-color: #8FACEE;
}
</style>