Shades of Jordy Blue #8CA9EC
Tints of Jordy Blue #8CA9EC
RGB
CMYK
RGB Variations
Color information
#8CA9EC (or 0x8CA9EC) is known color: Jordy Blue. HEX triplet: 8C, A9 and EC. RGB value is (140,169,236). Sum of RGB (Red+Green+Blue) = 140+169+236=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #8CA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA9EC is #735613. Grayscale: #A7A7A7. Windows color (decimal): -7558676 or 15509900. OLE color: 15509900.
HSL color Cylindrical-coordinate representation of color #8CA9EC: hue angle of 221.88º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CA9EC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 169 | 236 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.07 |
| HSL | 221.88º | 0.72% | 0.74% | - |
| HSV(B) | 221.88º | 0.41% | 0.93% | - |
| XYZ | 40.14 | 40.01 | 84.96 | - |
| YUV | 167.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 236 | 0.41 | 0.28 | 0 | 0.07 | 221.88 | 0.72 | 0.74 |
| Hex | 8C | A9 | EC | 29 | 1C | 0 | 7 | DE | 48 | 4A |
| Octal | 214 | 251 | 354 | 51 | 34 | 0 | 7 | 336 | 110 | 112 |
| Binary | 10001100 | 10101001 | 11101100 | 101001 | 11100 | 0 | 111 | 11011110 | 1001000 | 1001010 |
Color Harmonies of #8CA9EC
Complementary color
Monochromatic Colors of #8CA9EC
Black with #8CA9EC
Text Example
Text Example
White with #8CA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA9EC; }
p { color: rgb(140,169,236); }
H1.HeaderClassName
{
color: #8CA9EC;
}
.AnyTagClassName
{
color: #8CA9EC;
}
</style>
background-color css
<style>
a { background-color: #8CA9EC; }
a { background-color: rgb(140,169,236); }
div.DivClassName
{
background-color: #8CA9EC;
}
.BgClassName
{
background-color: #8CA9EC;
}
</style>
border-color css
<style>
span { border-color: #8CA9EC; }
span { border-color: rgb(140,169,236); }
td.TdClassName
{
border-color: #8CA9EC;
}
.TagClassName
{
border-color: #8CA9EC;
}
</style>