Shades of Jordy Blue #75AFDD
Tints of Jordy Blue #75AFDD
RGB
CMYK
RGB Variations
Color information
#75AFDD (or 0x75AFDD) is known color: Jordy Blue. HEX triplet: 75, AF and DD. RGB value is (117,175,221). Sum of RGB (Red+Green+Blue) = 117+175+221=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #75AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AFDD is #8A5022. Grayscale: #A2A2A2. Windows color (decimal): -9064483 or 14528373. OLE color: 14528373.
HSL color Cylindrical-coordinate representation of color #75AFDD: hue angle of 206.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75AFDD is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 175 | 221 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.13 |
| HSL | 206.54º | 0.6% | 0.66% | - |
| HSV(B) | 206.54º | 0.47% | 0.87% | - |
| XYZ | 35.72 | 39.66 | 74.18 | - |
| YUV | 162.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 175 | 221 | 0.47 | 0.21 | 0 | 0.13 | 206.54 | 0.6 | 0.66 |
| Hex | 75 | AF | DD | 2F | 15 | 0 | D | CF | 3C | 42 |
| Octal | 165 | 257 | 335 | 57 | 25 | 0 | 15 | 317 | 74 | 102 |
| Binary | 1110101 | 10101111 | 11011101 | 101111 | 10101 | 0 | 1101 | 11001111 | 111100 | 1000010 |
Color Harmonies of #75AFDD
Complementary color
Monochromatic Colors of #75AFDD
Black with #75AFDD
Text Example
Text Example
White with #75AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AFDD; }
p { color: rgb(117,175,221); }
H1.HeaderClassName
{
color: #75AFDD;
}
.AnyTagClassName
{
color: #75AFDD;
}
</style>
background-color css
<style>
a { background-color: #75AFDD; }
a { background-color: rgb(117,175,221); }
div.DivClassName
{
background-color: #75AFDD;
}
.BgClassName
{
background-color: #75AFDD;
}
</style>
border-color css
<style>
span { border-color: #75AFDD; }
span { border-color: rgb(117,175,221); }
td.TdClassName
{
border-color: #75AFDD;
}
.TagClassName
{
border-color: #75AFDD;
}
</style>