Shades of Jordy Blue #8FAEE6
Tints of Jordy Blue #8FAEE6
RGB
CMYK
RGB Variations
Color information
#8FAEE6 (or 0x8FAEE6) is known color: Jordy Blue. HEX triplet: 8F, AE and E6. RGB value is (143,174,230). Sum of RGB (Red+Green+Blue) = 143+174+230=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #8FAEE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAEE6 is #705119. Grayscale: #AAAAAA. Windows color (decimal): -7360794 or 15117967. OLE color: 15117967.
HSL color Cylindrical-coordinate representation of color #8FAEE6: hue angle of 218.62º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FAEE6 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 174 | 230 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.10 |
| HSL | 218.62º | 0.64% | 0.73% | - |
| HSV(B) | 218.62º | 0.38% | 0.9% | - |
| XYZ | 40.75 | 41.82 | 80.79 | - |
| YUV | 171.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 230 | 0.38 | 0.24 | 0 | 0.10 | 218.62 | 0.64 | 0.73 |
| Hex | 8F | AE | E6 | 26 | 18 | 0 | A | DB | 40 | 49 |
| Octal | 217 | 256 | 346 | 46 | 30 | 0 | 12 | 333 | 100 | 111 |
| Binary | 10001111 | 10101110 | 11100110 | 100110 | 11000 | 0 | 1010 | 11011011 | 1000000 | 1001001 |
Color Harmonies of #8FAEE6
Complementary color
Monochromatic Colors of #8FAEE6
Black with #8FAEE6
Text Example
Text Example
White with #8FAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEE6; }
p { color: rgb(143,174,230); }
H1.HeaderClassName
{
color: #8FAEE6;
}
.AnyTagClassName
{
color: #8FAEE6;
}
</style>
background-color css
<style>
a { background-color: #8FAEE6; }
a { background-color: rgb(143,174,230); }
div.DivClassName
{
background-color: #8FAEE6;
}
.BgClassName
{
background-color: #8FAEE6;
}
</style>
border-color css
<style>
span { border-color: #8FAEE6; }
span { border-color: rgb(143,174,230); }
td.TdClassName
{
border-color: #8FAEE6;
}
.TagClassName
{
border-color: #8FAEE6;
}
</style>