Shades of Jordy Blue #73ACE1
Tints of Jordy Blue #73ACE1
RGB
CMYK
RGB Variations
Color information
#73ACE1 (or 0x73ACE1) is known color: Jordy Blue. HEX triplet: 73, AC and E1. RGB value is (115,172,225). Sum of RGB (Red+Green+Blue) = 115+172+225=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #73ACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACE1 is #8C531E. Grayscale: #A0A0A0. Windows color (decimal): -9196319 or 14789747. OLE color: 14789747.
HSL color Cylindrical-coordinate representation of color #73ACE1: hue angle of 208.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73ACE1 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 172 | 225 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.12 |
| HSL | 208.91º | 0.65% | 0.67% | - |
| HSV(B) | 208.91º | 0.49% | 0.88% | - |
| XYZ | 35.41 | 38.59 | 76.82 | - |
| YUV | 161 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 225 | 0.49 | 0.24 | 0 | 0.12 | 208.91 | 0.65 | 0.67 |
| Hex | 73 | AC | E1 | 31 | 18 | 0 | C | D1 | 41 | 43 |
| Octal | 163 | 254 | 341 | 61 | 30 | 0 | 14 | 321 | 101 | 103 |
| Binary | 1110011 | 10101100 | 11100001 | 110001 | 11000 | 0 | 1100 | 11010001 | 1000001 | 1000011 |
Color Harmonies of #73ACE1
Complementary color
Monochromatic Colors of #73ACE1
Black with #73ACE1
Text Example
Text Example
White with #73ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACE1; }
p { color: rgb(115,172,225); }
H1.HeaderClassName
{
color: #73ACE1;
}
.AnyTagClassName
{
color: #73ACE1;
}
</style>
background-color css
<style>
a { background-color: #73ACE1; }
a { background-color: rgb(115,172,225); }
div.DivClassName
{
background-color: #73ACE1;
}
.BgClassName
{
background-color: #73ACE1;
}
</style>
border-color css
<style>
span { border-color: #73ACE1; }
span { border-color: rgb(115,172,225); }
td.TdClassName
{
border-color: #73ACE1;
}
.TagClassName
{
border-color: #73ACE1;
}
</style>