Shades of Jordy Blue #73ACE3
Tints of Jordy Blue #73ACE3
RGB
CMYK
RGB Variations
Color information
#73ACE3 (or 0x73ACE3) is known color: Jordy Blue. HEX triplet: 73, AC and E3. RGB value is (115,172,227). Sum of RGB (Red+Green+Blue) = 115+172+227=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #73ACE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACE3 is #8C531C. Grayscale: #A0A0A0. Windows color (decimal): -9196317 or 14920819. OLE color: 14920819.
HSL color Cylindrical-coordinate representation of color #73ACE3: hue angle of 209.46º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73ACE3 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 172 | 227 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.11 |
| HSL | 209.46º | 0.67% | 0.67% | - |
| HSV(B) | 209.46º | 0.49% | 0.89% | - |
| XYZ | 35.69 | 38.7 | 78.26 | - |
| YUV | 161.23 | 165.12 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 227 | 0.49 | 0.24 | 0 | 0.11 | 209.46 | 0.67 | 0.67 |
| Hex | 73 | AC | E3 | 31 | 18 | 0 | B | D1 | 43 | 43 |
| Octal | 163 | 254 | 343 | 61 | 30 | 0 | 13 | 321 | 103 | 103 |
| Binary | 1110011 | 10101100 | 11100011 | 110001 | 11000 | 0 | 1011 | 11010001 | 1000011 | 1000011 |
Color Harmonies of #73ACE3
Complementary color
Monochromatic Colors of #73ACE3
Black with #73ACE3
Text Example
Text Example
White with #73ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACE3; }
p { color: rgb(115,172,227); }
H1.HeaderClassName
{
color: #73ACE3;
}
.AnyTagClassName
{
color: #73ACE3;
}
</style>
background-color css
<style>
a { background-color: #73ACE3; }
a { background-color: rgb(115,172,227); }
div.DivClassName
{
background-color: #73ACE3;
}
.BgClassName
{
background-color: #73ACE3;
}
</style>
border-color css
<style>
span { border-color: #73ACE3; }
span { border-color: rgb(115,172,227); }
td.TdClassName
{
border-color: #73ACE3;
}
.TagClassName
{
border-color: #73ACE3;
}
</style>