Shades of Jordy Blue #75ADE0
Tints of Jordy Blue #75ADE0
RGB
CMYK
RGB Variations
Color information
#75ADE0 (or 0x75ADE0) is known color: Jordy Blue. HEX triplet: 75, AD and E0. RGB value is (117,173,224). Sum of RGB (Red+Green+Blue) = 117+173+224=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #75ADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADE0 is #8A521F. Grayscale: #A1A1A1. Windows color (decimal): -9064992 or 14724469. OLE color: 14724469.
HSL color Cylindrical-coordinate representation of color #75ADE0: hue angle of 208.6º degrees, saturation: 0.63, 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 #75ADE0 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 173 | 224 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.12 |
| HSL | 208.6º | 0.63% | 0.67% | - |
| HSV(B) | 208.6º | 0.48% | 0.88% | - |
| XYZ | 35.73 | 39.05 | 76.18 | - |
| YUV | 162.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 224 | 0.48 | 0.23 | 0 | 0.12 | 208.6 | 0.63 | 0.67 |
| Hex | 75 | AD | E0 | 30 | 17 | 0 | C | D1 | 3F | 43 |
| Octal | 165 | 255 | 340 | 60 | 27 | 0 | 14 | 321 | 77 | 103 |
| Binary | 1110101 | 10101101 | 11100000 | 110000 | 10111 | 0 | 1100 | 11010001 | 111111 | 1000011 |
Color Harmonies of #75ADE0
Complementary color
Monochromatic Colors of #75ADE0
Black with #75ADE0
Text Example
Text Example
White with #75ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ADE0; }
p { color: rgb(117,173,224); }
H1.HeaderClassName
{
color: #75ADE0;
}
.AnyTagClassName
{
color: #75ADE0;
}
</style>
background-color css
<style>
a { background-color: #75ADE0; }
a { background-color: rgb(117,173,224); }
div.DivClassName
{
background-color: #75ADE0;
}
.BgClassName
{
background-color: #75ADE0;
}
</style>
border-color css
<style>
span { border-color: #75ADE0; }
span { border-color: rgb(117,173,224); }
td.TdClassName
{
border-color: #75ADE0;
}
.TagClassName
{
border-color: #75ADE0;
}
</style>