Shades of Jordy Blue #8FAAEC
Tints of Jordy Blue #8FAAEC
RGB
CMYK
RGB Variations
Color information
#8FAAEC (or 0x8FAAEC) is known color: Jordy Blue. HEX triplet: 8F, AA and EC. RGB value is (143,170,236). Sum of RGB (Red+Green+Blue) = 143+170+236=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAEC is #705513. Grayscale: #A9A9A9. Windows color (decimal): -7361812 or 15510159. OLE color: 15510159.
HSL color Cylindrical-coordinate representation of color #8FAAEC: hue angle of 222.58º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FAAEC is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 170 | 236 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.07 |
| HSL | 222.58º | 0.71% | 0.74% | - |
| HSV(B) | 222.58º | 0.39% | 0.93% | - |
| XYZ | 40.84 | 40.65 | 85.05 | - |
| YUV | 169.45 | 165.55 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 236 | 0.39 | 0.28 | 0 | 0.07 | 222.58 | 0.71 | 0.74 |
| Hex | 8F | AA | EC | 27 | 1C | 0 | 7 | DF | 47 | 4A |
| Octal | 217 | 252 | 354 | 47 | 34 | 0 | 7 | 337 | 107 | 112 |
| Binary | 10001111 | 10101010 | 11101100 | 100111 | 11100 | 0 | 111 | 11011111 | 1000111 | 1001010 |
Color Harmonies of #8FAAEC
Complementary color
Monochromatic Colors of #8FAAEC
Black with #8FAAEC
Text Example
Text Example
White with #8FAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAEC; }
p { color: rgb(143,170,236); }
H1.HeaderClassName
{
color: #8FAAEC;
}
.AnyTagClassName
{
color: #8FAAEC;
}
</style>
background-color css
<style>
a { background-color: #8FAAEC; }
a { background-color: rgb(143,170,236); }
div.DivClassName
{
background-color: #8FAAEC;
}
.BgClassName
{
background-color: #8FAAEC;
}
</style>
border-color css
<style>
span { border-color: #8FAAEC; }
span { border-color: rgb(143,170,236); }
td.TdClassName
{
border-color: #8FAAEC;
}
.TagClassName
{
border-color: #8FAAEC;
}
</style>