Shades of Jordy Blue #75A0EC
Tints of Jordy Blue #75A0EC
RGB
CMYK
RGB Variations
Color information
#75A0EC (or 0x75A0EC) is known color: Jordy Blue. HEX triplet: 75, A0 and EC. RGB value is (117,160,236). Sum of RGB (Red+Green+Blue) = 117+160+236=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #75A0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A0EC is #8A5F13. Grayscale: #9B9B9B. Windows color (decimal): -9068308 or 15507573. OLE color: 15507573.
HSL color Cylindrical-coordinate representation of color #75A0EC: hue angle of 218.32º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75A0EC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 160 | 236 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.07 |
| HSL | 218.32º | 0.76% | 0.69% | - |
| HSV(B) | 218.32º | 0.5% | 0.93% | - |
| XYZ | 35.05 | 34.98 | 84.26 | - |
| YUV | 155.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 236 | 0.50 | 0.32 | 0 | 0.07 | 218.32 | 0.76 | 0.69 |
| Hex | 75 | A0 | EC | 32 | 20 | 0 | 7 | DA | 4C | 45 |
| Octal | 165 | 240 | 354 | 62 | 40 | 0 | 7 | 332 | 114 | 105 |
| Binary | 1110101 | 10100000 | 11101100 | 110010 | 100000 | 0 | 111 | 11011010 | 1001100 | 1000101 |
Color Harmonies of #75A0EC
Complementary color
Monochromatic Colors of #75A0EC
Black with #75A0EC
Text Example
Text Example
White with #75A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A0EC; }
p { color: rgb(117,160,236); }
H1.HeaderClassName
{
color: #75A0EC;
}
.AnyTagClassName
{
color: #75A0EC;
}
</style>
background-color css
<style>
a { background-color: #75A0EC; }
a { background-color: rgb(117,160,236); }
div.DivClassName
{
background-color: #75A0EC;
}
.BgClassName
{
background-color: #75A0EC;
}
</style>
border-color css
<style>
span { border-color: #75A0EC; }
span { border-color: rgb(117,160,236); }
td.TdClassName
{
border-color: #75A0EC;
}
.TagClassName
{
border-color: #75A0EC;
}
</style>