Shades of Jordy Blue #75A9D5
Tints of Jordy Blue #75A9D5
RGB
CMYK
RGB Variations
Color information
#75A9D5 (or 0x75A9D5) is known color: Jordy Blue. HEX triplet: 75, A9 and D5. RGB value is (117,169,213). Sum of RGB (Red+Green+Blue) = 117+169+213=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #75A9D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A9D5 is #8A562A. Grayscale: #9E9E9E. Windows color (decimal): -9066027 or 14002549. OLE color: 14002549.
HSL color Cylindrical-coordinate representation of color #75A9D5: hue angle of 207.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75A9D5 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 169 | 213 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.16 |
| HSL | 207.5º | 0.53% | 0.65% | - |
| HSV(B) | 207.5º | 0.45% | 0.84% | - |
| XYZ | 33.53 | 36.96 | 68.32 | - |
| YUV | 158.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 213 | 0.45 | 0.21 | 0 | 0.16 | 207.5 | 0.53 | 0.65 |
| Hex | 75 | A9 | D5 | 2D | 15 | 0 | 10 | D0 | 35 | 41 |
| Octal | 165 | 251 | 325 | 55 | 25 | 0 | 20 | 320 | 65 | 101 |
| Binary | 1110101 | 10101001 | 11010101 | 101101 | 10101 | 0 | 10000 | 11010000 | 110101 | 1000001 |
Color Harmonies of #75A9D5
Complementary color
Monochromatic Colors of #75A9D5
Black with #75A9D5
Text Example
Text Example
White with #75A9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A9D5; }
p { color: rgb(117,169,213); }
H1.HeaderClassName
{
color: #75A9D5;
}
.AnyTagClassName
{
color: #75A9D5;
}
</style>
background-color css
<style>
a { background-color: #75A9D5; }
a { background-color: rgb(117,169,213); }
div.DivClassName
{
background-color: #75A9D5;
}
.BgClassName
{
background-color: #75A9D5;
}
</style>
border-color css
<style>
span { border-color: #75A9D5; }
span { border-color: rgb(117,169,213); }
td.TdClassName
{
border-color: #75A9D5;
}
.TagClassName
{
border-color: #75A9D5;
}
</style>