Shades of Jordy Blue #73ACE6
Tints of Jordy Blue #73ACE6
RGB
CMYK
RGB Variations
Color information
#73ACE6 (or 0x73ACE6) is known color: Jordy Blue. HEX triplet: 73, AC and E6. RGB value is (115,172,230). Sum of RGB (Red+Green+Blue) = 115+172+230=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #73ACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ACE6 is #8C5319. Grayscale: #A1A1A1. Windows color (decimal): -9196314 or 15117427. OLE color: 15117427.
HSL color Cylindrical-coordinate representation of color #73ACE6: hue angle of 210.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73ACE6 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 172 | 230 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.10 |
| HSL | 210.26º | 0.7% | 0.68% | - |
| HSV(B) | 210.26º | 0.5% | 0.9% | - |
| XYZ | 36.11 | 38.86 | 80.46 | - |
| YUV | 161.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 230 | 0.5 | 0.25 | 0 | 0.10 | 210.26 | 0.7 | 0.68 |
| Hex | 73 | AC | E6 | 32 | 19 | 0 | A | D2 | 46 | 44 |
| Octal | 163 | 254 | 346 | 62 | 31 | 0 | 12 | 322 | 106 | 104 |
| Binary | 1110011 | 10101100 | 11100110 | 110010 | 11001 | 0 | 1010 | 11010010 | 1000110 | 1000100 |
Color Harmonies of #73ACE6
Complementary color
Monochromatic Colors of #73ACE6
Black with #73ACE6
Text Example
Text Example
White with #73ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACE6; }
p { color: rgb(115,172,230); }
H1.HeaderClassName
{
color: #73ACE6;
}
.AnyTagClassName
{
color: #73ACE6;
}
</style>
background-color css
<style>
a { background-color: #73ACE6; }
a { background-color: rgb(115,172,230); }
div.DivClassName
{
background-color: #73ACE6;
}
.BgClassName
{
background-color: #73ACE6;
}
</style>
border-color css
<style>
span { border-color: #73ACE6; }
span { border-color: rgb(115,172,230); }
td.TdClassName
{
border-color: #73ACE6;
}
.TagClassName
{
border-color: #73ACE6;
}
</style>