Shades of Jordy Blue #75ADE6
Tints of Jordy Blue #75ADE6
RGB
CMYK
RGB Variations
Color information
#75ADE6 (or 0x75ADE6) is known color: Jordy Blue. HEX triplet: 75, AD and E6. RGB value is (117,173,230). Sum of RGB (Red+Green+Blue) = 117+173+230=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #75ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75ADE6 is #8A5219. Grayscale: #A2A2A2. Windows color (decimal): -9064986 or 15117685. OLE color: 15117685.
HSL color Cylindrical-coordinate representation of color #75ADE6: hue angle of 210.27º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75ADE6 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 173 | 230 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.10 |
| HSL | 210.27º | 0.69% | 0.68% | - |
| HSV(B) | 210.27º | 0.49% | 0.9% | - |
| XYZ | 36.56 | 39.38 | 80.54 | - |
| YUV | 162.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 230 | 0.49 | 0.25 | 0 | 0.10 | 210.27 | 0.69 | 0.68 |
| Hex | 75 | AD | E6 | 31 | 19 | 0 | A | D2 | 45 | 44 |
| Octal | 165 | 255 | 346 | 61 | 31 | 0 | 12 | 322 | 105 | 104 |
| Binary | 1110101 | 10101101 | 11100110 | 110001 | 11001 | 0 | 1010 | 11010010 | 1000101 | 1000100 |
Color Harmonies of #75ADE6
Complementary color
Monochromatic Colors of #75ADE6
Black with #75ADE6
Text Example
Text Example
White with #75ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ADE6; }
p { color: rgb(117,173,230); }
H1.HeaderClassName
{
color: #75ADE6;
}
.AnyTagClassName
{
color: #75ADE6;
}
</style>
background-color css
<style>
a { background-color: #75ADE6; }
a { background-color: rgb(117,173,230); }
div.DivClassName
{
background-color: #75ADE6;
}
.BgClassName
{
background-color: #75ADE6;
}
</style>
border-color css
<style>
span { border-color: #75ADE6; }
span { border-color: rgb(117,173,230); }
td.TdClassName
{
border-color: #75ADE6;
}
.TagClassName
{
border-color: #75ADE6;
}
</style>