Shades of Jordy Blue #8FACED
Tints of Jordy Blue #8FACED
RGB
CMYK
RGB Variations
Color information
#8FACED (or 0x8FACED) is known color: Jordy Blue. HEX triplet: 8F, AC and ED. RGB value is (143,172,237). Sum of RGB (Red+Green+Blue) = 143+172+237=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACED is #705312. Grayscale: #AAAAAA. Windows color (decimal): -7361299 or 15576207. OLE color: 15576207.
HSL color Cylindrical-coordinate representation of color #8FACED: hue angle of 221.49º 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 #8FACED is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 172 | 237 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.07 |
| HSL | 221.49º | 0.72% | 0.75% | - |
| HSV(B) | 221.49º | 0.4% | 0.93% | - |
| XYZ | 41.37 | 41.46 | 85.94 | - |
| YUV | 170.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 237 | 0.40 | 0.27 | 0 | 0.07 | 221.49 | 0.72 | 0.75 |
| Hex | 8F | AC | ED | 28 | 1B | 0 | 7 | DD | 48 | 4B |
| Octal | 217 | 254 | 355 | 50 | 33 | 0 | 7 | 335 | 110 | 113 |
| Binary | 10001111 | 10101100 | 11101101 | 101000 | 11011 | 0 | 111 | 11011101 | 1001000 | 1001011 |
Color Harmonies of #8FACED
Complementary color
Monochromatic Colors of #8FACED
Black with #8FACED
Text Example
Text Example
White with #8FACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACED; }
p { color: rgb(143,172,237); }
H1.HeaderClassName
{
color: #8FACED;
}
.AnyTagClassName
{
color: #8FACED;
}
</style>
background-color css
<style>
a { background-color: #8FACED; }
a { background-color: rgb(143,172,237); }
div.DivClassName
{
background-color: #8FACED;
}
.BgClassName
{
background-color: #8FACED;
}
</style>
border-color css
<style>
span { border-color: #8FACED; }
span { border-color: rgb(143,172,237); }
td.TdClassName
{
border-color: #8FACED;
}
.TagClassName
{
border-color: #8FACED;
}
</style>