Shades of Jordy Blue #75ADE1
Tints of Jordy Blue #75ADE1
RGB
CMYK
RGB Variations
Color information
#75ADE1 (or 0x75ADE1) is known color: Jordy Blue. HEX triplet: 75, AD and E1. RGB value is (117,173,225). Sum of RGB (Red+Green+Blue) = 117+173+225=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #75ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADE1 is #8A521E. Grayscale: #A1A1A1. Windows color (decimal): -9064991 or 14790005. OLE color: 14790005.
HSL color Cylindrical-coordinate representation of color #75ADE1: hue angle of 208.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75ADE1 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 173 | 225 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.12 |
| HSL | 208.89º | 0.64% | 0.67% | - |
| HSV(B) | 208.89º | 0.48% | 0.88% | - |
| XYZ | 35.87 | 39.11 | 76.89 | - |
| YUV | 162.18 | 163.45 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 225 | 0.48 | 0.23 | 0 | 0.12 | 208.89 | 0.64 | 0.67 |
| Hex | 75 | AD | E1 | 30 | 17 | 0 | C | D1 | 40 | 43 |
| Octal | 165 | 255 | 341 | 60 | 27 | 0 | 14 | 321 | 100 | 103 |
| Binary | 1110101 | 10101101 | 11100001 | 110000 | 10111 | 0 | 1100 | 11010001 | 1000000 | 1000011 |
Color Harmonies of #75ADE1
Complementary color
Monochromatic Colors of #75ADE1
Black with #75ADE1
Text Example
Text Example
White with #75ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ADE1; }
p { color: rgb(117,173,225); }
H1.HeaderClassName
{
color: #75ADE1;
}
.AnyTagClassName
{
color: #75ADE1;
}
</style>
background-color css
<style>
a { background-color: #75ADE1; }
a { background-color: rgb(117,173,225); }
div.DivClassName
{
background-color: #75ADE1;
}
.BgClassName
{
background-color: #75ADE1;
}
</style>
border-color css
<style>
span { border-color: #75ADE1; }
span { border-color: rgb(117,173,225); }
td.TdClassName
{
border-color: #75ADE1;
}
.TagClassName
{
border-color: #75ADE1;
}
</style>