Shades of Jordy Blue #75ACE0
Tints of Jordy Blue #75ACE0
RGB
CMYK
RGB Variations
Color information
#75ACE0 (or 0x75ACE0) is known color: Jordy Blue. HEX triplet: 75, AC and E0. RGB value is (117,172,224). Sum of RGB (Red+Green+Blue) = 117+172+224=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #75ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACE0 is #8A531F. Grayscale: #A1A1A1. Windows color (decimal): -9065248 or 14724213. OLE color: 14724213.
HSL color Cylindrical-coordinate representation of color #75ACE0: hue angle of 209.16º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75ACE0 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 172 | 224 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.12 |
| HSL | 209.16º | 0.63% | 0.67% | - |
| HSV(B) | 209.16º | 0.48% | 0.88% | - |
| XYZ | 35.54 | 38.67 | 76.11 | - |
| YUV | 161.48 | 163.28 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 224 | 0.48 | 0.23 | 0 | 0.12 | 209.16 | 0.63 | 0.67 |
| Hex | 75 | AC | E0 | 30 | 17 | 0 | C | D1 | 3F | 43 |
| Octal | 165 | 254 | 340 | 60 | 27 | 0 | 14 | 321 | 77 | 103 |
| Binary | 1110101 | 10101100 | 11100000 | 110000 | 10111 | 0 | 1100 | 11010001 | 111111 | 1000011 |
Color Harmonies of #75ACE0
Complementary color
Monochromatic Colors of #75ACE0
Black with #75ACE0
Text Example
Text Example
White with #75ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ACE0; }
p { color: rgb(117,172,224); }
H1.HeaderClassName
{
color: #75ACE0;
}
.AnyTagClassName
{
color: #75ACE0;
}
</style>
background-color css
<style>
a { background-color: #75ACE0; }
a { background-color: rgb(117,172,224); }
div.DivClassName
{
background-color: #75ACE0;
}
.BgClassName
{
background-color: #75ACE0;
}
</style>
border-color css
<style>
span { border-color: #75ACE0; }
span { border-color: rgb(117,172,224); }
td.TdClassName
{
border-color: #75ACE0;
}
.TagClassName
{
border-color: #75ACE0;
}
</style>