Shades of Jordy Blue #75AEDE
Tints of Jordy Blue #75AEDE
RGB
CMYK
RGB Variations
Color information
#75AEDE (or 0x75AEDE) is known color: Jordy Blue. HEX triplet: 75, AE and DE. RGB value is (117,174,222). Sum of RGB (Red+Green+Blue) = 117+174+222=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #75AEDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AEDE is #8A5121. Grayscale: #A2A2A2. Windows color (decimal): -9064738 or 14593653. OLE color: 14593653.
HSL color Cylindrical-coordinate representation of color #75AEDE: hue angle of 207.43º degrees, saturation: 0.61, 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 #75AEDE is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 174 | 222 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.13 |
| HSL | 207.43º | 0.61% | 0.66% | - |
| HSV(B) | 207.43º | 0.47% | 0.87% | - |
| XYZ | 35.66 | 39.33 | 74.82 | - |
| YUV | 162.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 174 | 222 | 0.47 | 0.22 | 0 | 0.13 | 207.43 | 0.61 | 0.66 |
| Hex | 75 | AE | DE | 2F | 16 | 0 | D | CF | 3D | 42 |
| Octal | 165 | 256 | 336 | 57 | 26 | 0 | 15 | 317 | 75 | 102 |
| Binary | 1110101 | 10101110 | 11011110 | 101111 | 10110 | 0 | 1101 | 11001111 | 111101 | 1000010 |
Color Harmonies of #75AEDE
Complementary color
Monochromatic Colors of #75AEDE
Black with #75AEDE
Text Example
Text Example
White with #75AEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AEDE; }
p { color: rgb(117,174,222); }
H1.HeaderClassName
{
color: #75AEDE;
}
.AnyTagClassName
{
color: #75AEDE;
}
</style>
background-color css
<style>
a { background-color: #75AEDE; }
a { background-color: rgb(117,174,222); }
div.DivClassName
{
background-color: #75AEDE;
}
.BgClassName
{
background-color: #75AEDE;
}
</style>
border-color css
<style>
span { border-color: #75AEDE; }
span { border-color: rgb(117,174,222); }
td.TdClassName
{
border-color: #75AEDE;
}
.TagClassName
{
border-color: #75AEDE;
}
</style>