Shades of Jordy Blue #75A0CF
Tints of Jordy Blue #75A0CF
RGB
CMYK
RGB Variations
Color information
#75A0CF (or 0x75A0CF) is known color: Jordy Blue. HEX triplet: 75, A0 and CF. RGB value is (117,160,207). Sum of RGB (Red+Green+Blue) = 117+160+207=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #75A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0CF is #8A5F30. Grayscale: #989898. Windows color (decimal): -9068337 or 13607029. OLE color: 13607029.
HSL color Cylindrical-coordinate representation of color #75A0CF: hue angle of 211.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75A0CF is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 160 | 207 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.19 |
| HSL | 211.33º | 0.48% | 0.64% | - |
| HSV(B) | 211.33º | 0.43% | 0.81% | - |
| XYZ | 31.17 | 33.43 | 63.84 | - |
| YUV | 152.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 207 | 0.43 | 0.23 | 0 | 0.19 | 211.33 | 0.48 | 0.64 |
| Hex | 75 | A0 | CF | 2B | 17 | 0 | 13 | D3 | 30 | 40 |
| Octal | 165 | 240 | 317 | 53 | 27 | 0 | 23 | 323 | 60 | 100 |
| Binary | 1110101 | 10100000 | 11001111 | 101011 | 10111 | 0 | 10011 | 11010011 | 110000 | 1000000 |
Color Harmonies of #75A0CF
Complementary color
Monochromatic Colors of #75A0CF
Black with #75A0CF
Text Example
Text Example
White with #75A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A0CF; }
p { color: rgb(117,160,207); }
H1.HeaderClassName
{
color: #75A0CF;
}
.AnyTagClassName
{
color: #75A0CF;
}
</style>
background-color css
<style>
a { background-color: #75A0CF; }
a { background-color: rgb(117,160,207); }
div.DivClassName
{
background-color: #75A0CF;
}
.BgClassName
{
background-color: #75A0CF;
}
</style>
border-color css
<style>
span { border-color: #75A0CF; }
span { border-color: rgb(117,160,207); }
td.TdClassName
{
border-color: #75A0CF;
}
.TagClassName
{
border-color: #75A0CF;
}
</style>