Shades of Jordy Blue #8FAAE8
Tints of Jordy Blue #8FAAE8
RGB
CMYK
RGB Variations
Color information
#8FAAE8 (or 0x8FAAE8) is known color: Jordy Blue. HEX triplet: 8F, AA and E8. RGB value is (143,170,232). Sum of RGB (Red+Green+Blue) = 143+170+232=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #8FAAE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAE8 is #705517. Grayscale: #A8A8A8. Windows color (decimal): -7361816 or 15248015. OLE color: 15248015.
HSL color Cylindrical-coordinate representation of color #8FAAE8: hue angle of 221.8º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FAAE8 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 170 | 232 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.09 |
| HSL | 221.8º | 0.66% | 0.74% | - |
| HSV(B) | 221.8º | 0.38% | 0.91% | - |
| XYZ | 40.27 | 40.42 | 82.02 | - |
| YUV | 169 | 163.55 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 232 | 0.38 | 0.27 | 0 | 0.09 | 221.8 | 0.66 | 0.74 |
| Hex | 8F | AA | E8 | 26 | 1B | 0 | 9 | DE | 42 | 4A |
| Octal | 217 | 252 | 350 | 46 | 33 | 0 | 11 | 336 | 102 | 112 |
| Binary | 10001111 | 10101010 | 11101000 | 100110 | 11011 | 0 | 1001 | 11011110 | 1000010 | 1001010 |
Color Harmonies of #8FAAE8
Complementary color
Monochromatic Colors of #8FAAE8
Black with #8FAAE8
Text Example
Text Example
White with #8FAAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAE8; }
p { color: rgb(143,170,232); }
H1.HeaderClassName
{
color: #8FAAE8;
}
.AnyTagClassName
{
color: #8FAAE8;
}
</style>
background-color css
<style>
a { background-color: #8FAAE8; }
a { background-color: rgb(143,170,232); }
div.DivClassName
{
background-color: #8FAAE8;
}
.BgClassName
{
background-color: #8FAAE8;
}
</style>
border-color css
<style>
span { border-color: #8FAAE8; }
span { border-color: rgb(143,170,232); }
td.TdClassName
{
border-color: #8FAAE8;
}
.TagClassName
{
border-color: #8FAAE8;
}
</style>