Shades of Jordy Blue #75ADE4
Tints of Jordy Blue #75ADE4
RGB
CMYK
RGB Variations
Color information
#75ADE4 (or 0x75ADE4) is known color: Jordy Blue. HEX triplet: 75, AD and E4. RGB value is (117,173,228). Sum of RGB (Red+Green+Blue) = 117+173+228=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #75ADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADE4 is #8A521B. Grayscale: #A2A2A2. Windows color (decimal): -9064988 or 14986613. OLE color: 14986613.
HSL color Cylindrical-coordinate representation of color #75ADE4: hue angle of 209.73º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75ADE4 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 173 | 228 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.11 |
| HSL | 209.73º | 0.67% | 0.68% | - |
| HSV(B) | 209.73º | 0.49% | 0.89% | - |
| XYZ | 36.28 | 39.27 | 79.07 | - |
| YUV | 162.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 228 | 0.49 | 0.24 | 0 | 0.11 | 209.73 | 0.67 | 0.68 |
| Hex | 75 | AD | E4 | 31 | 18 | 0 | B | D2 | 43 | 44 |
| Octal | 165 | 255 | 344 | 61 | 30 | 0 | 13 | 322 | 103 | 104 |
| Binary | 1110101 | 10101101 | 11100100 | 110001 | 11000 | 0 | 1011 | 11010010 | 1000011 | 1000100 |
Color Harmonies of #75ADE4
Complementary color
Monochromatic Colors of #75ADE4
Black with #75ADE4
Text Example
Text Example
White with #75ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ADE4; }
p { color: rgb(117,173,228); }
H1.HeaderClassName
{
color: #75ADE4;
}
.AnyTagClassName
{
color: #75ADE4;
}
</style>
background-color css
<style>
a { background-color: #75ADE4; }
a { background-color: rgb(117,173,228); }
div.DivClassName
{
background-color: #75ADE4;
}
.BgClassName
{
background-color: #75ADE4;
}
</style>
border-color css
<style>
span { border-color: #75ADE4; }
span { border-color: rgb(117,173,228); }
td.TdClassName
{
border-color: #75ADE4;
}
.TagClassName
{
border-color: #75ADE4;
}
</style>