Shades of Jordy Blue #75AEDB
Tints of Jordy Blue #75AEDB
RGB
CMYK
RGB Variations
Color information
#75AEDB (or 0x75AEDB) is known color: Jordy Blue. HEX triplet: 75, AE and DB. RGB value is (117,174,219). Sum of RGB (Red+Green+Blue) = 117+174+219=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #75AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AEDB is #8A5124. Grayscale: #A1A1A1. Windows color (decimal): -9064741 or 14397045. OLE color: 14397045.
HSL color Cylindrical-coordinate representation of color #75AEDB: hue angle of 206.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75AEDB is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 174 | 219 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.14 |
| HSL | 206.47º | 0.59% | 0.66% | - |
| HSV(B) | 206.47º | 0.47% | 0.86% | - |
| XYZ | 35.26 | 39.17 | 72.72 | - |
| YUV | 162.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 174 | 219 | 0.47 | 0.21 | 0 | 0.14 | 206.47 | 0.59 | 0.66 |
| Hex | 75 | AE | DB | 2F | 15 | 0 | E | CE | 3B | 42 |
| Octal | 165 | 256 | 333 | 57 | 25 | 0 | 16 | 316 | 73 | 102 |
| Binary | 1110101 | 10101110 | 11011011 | 101111 | 10101 | 0 | 1110 | 11001110 | 111011 | 1000010 |
Color Harmonies of #75AEDB
Complementary color
Monochromatic Colors of #75AEDB
Black with #75AEDB
Text Example
Text Example
White with #75AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AEDB; }
p { color: rgb(117,174,219); }
H1.HeaderClassName
{
color: #75AEDB;
}
.AnyTagClassName
{
color: #75AEDB;
}
</style>
background-color css
<style>
a { background-color: #75AEDB; }
a { background-color: rgb(117,174,219); }
div.DivClassName
{
background-color: #75AEDB;
}
.BgClassName
{
background-color: #75AEDB;
}
</style>
border-color css
<style>
span { border-color: #75AEDB; }
span { border-color: rgb(117,174,219); }
td.TdClassName
{
border-color: #75AEDB;
}
.TagClassName
{
border-color: #75AEDB;
}
</style>