Shades of Jordy Blue #8FADED
Tints of Jordy Blue #8FADED
RGB
CMYK
RGB Variations
Color information
#8FADED (or 0x8FADED) is known color: Jordy Blue. HEX triplet: 8F, AD and ED. RGB value is (143,173,237). Sum of RGB (Red+Green+Blue) = 143+173+237=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADED is #705212. Grayscale: #ABABAB. Windows color (decimal): -7361043 or 15576463. OLE color: 15576463.
HSL color Cylindrical-coordinate representation of color #8FADED: hue angle of 220.85º 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 #8FADED is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 173 | 237 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.07 |
| HSL | 220.85º | 0.72% | 0.75% | - |
| HSV(B) | 220.85º | 0.4% | 0.93% | - |
| XYZ | 41.56 | 41.84 | 86.01 | - |
| YUV | 171.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 237 | 0.40 | 0.27 | 0 | 0.07 | 220.85 | 0.72 | 0.75 |
| Hex | 8F | AD | ED | 28 | 1B | 0 | 7 | DD | 48 | 4B |
| Octal | 217 | 255 | 355 | 50 | 33 | 0 | 7 | 335 | 110 | 113 |
| Binary | 10001111 | 10101101 | 11101101 | 101000 | 11011 | 0 | 111 | 11011101 | 1001000 | 1001011 |
Color Harmonies of #8FADED
Complementary color
Monochromatic Colors of #8FADED
Black with #8FADED
Text Example
Text Example
White with #8FADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADED; }
p { color: rgb(143,173,237); }
H1.HeaderClassName
{
color: #8FADED;
}
.AnyTagClassName
{
color: #8FADED;
}
</style>
background-color css
<style>
a { background-color: #8FADED; }
a { background-color: rgb(143,173,237); }
div.DivClassName
{
background-color: #8FADED;
}
.BgClassName
{
background-color: #8FADED;
}
</style>
border-color css
<style>
span { border-color: #8FADED; }
span { border-color: rgb(143,173,237); }
td.TdClassName
{
border-color: #8FADED;
}
.TagClassName
{
border-color: #8FADED;
}
</style>