Shades of Jordy Blue #8FADE9
Tints of Jordy Blue #8FADE9
RGB
CMYK
RGB Variations
Color information
#8FADE9 (or 0x8FADE9) is known color: Jordy Blue. HEX triplet: 8F, AD and E9. RGB value is (143,173,233). Sum of RGB (Red+Green+Blue) = 143+173+233=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #8FADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADE9 is #705216. Grayscale: #AAAAAA. Windows color (decimal): -7361047 or 15314319. OLE color: 15314319.
HSL color Cylindrical-coordinate representation of color #8FADE9: hue angle of 220º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FADE9 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 173 | 233 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.09 |
| HSL | 220º | 0.67% | 0.74% | - |
| HSV(B) | 220º | 0.39% | 0.91% | - |
| XYZ | 40.98 | 41.61 | 82.96 | - |
| YUV | 170.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 233 | 0.39 | 0.26 | 0 | 0.09 | 220 | 0.67 | 0.74 |
| Hex | 8F | AD | E9 | 27 | 1A | 0 | 9 | DC | 43 | 4A |
| Octal | 217 | 255 | 351 | 47 | 32 | 0 | 11 | 334 | 103 | 112 |
| Binary | 10001111 | 10101101 | 11101001 | 100111 | 11010 | 0 | 1001 | 11011100 | 1000011 | 1001010 |
Color Harmonies of #8FADE9
Complementary color
Monochromatic Colors of #8FADE9
Black with #8FADE9
Text Example
Text Example
White with #8FADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADE9; }
p { color: rgb(143,173,233); }
H1.HeaderClassName
{
color: #8FADE9;
}
.AnyTagClassName
{
color: #8FADE9;
}
</style>
background-color css
<style>
a { background-color: #8FADE9; }
a { background-color: rgb(143,173,233); }
div.DivClassName
{
background-color: #8FADE9;
}
.BgClassName
{
background-color: #8FADE9;
}
</style>
border-color css
<style>
span { border-color: #8FADE9; }
span { border-color: rgb(143,173,233); }
td.TdClassName
{
border-color: #8FADE9;
}
.TagClassName
{
border-color: #8FADE9;
}
</style>