Shades of Jordy Blue #73AAEC
Tints of Jordy Blue #73AAEC
RGB
CMYK
RGB Variations
Color information
#73AAEC (or 0x73AAEC) is known color: Jordy Blue. HEX triplet: 73, AA and EC. RGB value is (115,170,236). Sum of RGB (Red+Green+Blue) = 115+170+236=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #73AAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AAEC is #8C5513. Grayscale: #A0A0A0. Windows color (decimal): -9196820 or 15510131. OLE color: 15510131.
HSL color Cylindrical-coordinate representation of color #73AAEC: hue angle of 212.73º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73AAEC is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 170 | 236 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.07 |
| HSL | 212.73º | 0.76% | 0.69% | - |
| HSV(B) | 212.73º | 0.51% | 0.93% | - |
| XYZ | 36.59 | 38.45 | 84.85 | - |
| YUV | 161.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 236 | 0.51 | 0.28 | 0 | 0.07 | 212.73 | 0.76 | 0.69 |
| Hex | 73 | AA | EC | 33 | 1C | 0 | 7 | D5 | 4C | 45 |
| Octal | 163 | 252 | 354 | 63 | 34 | 0 | 7 | 325 | 114 | 105 |
| Binary | 1110011 | 10101010 | 11101100 | 110011 | 11100 | 0 | 111 | 11010101 | 1001100 | 1000101 |
Color Harmonies of #73AAEC
Complementary color
Monochromatic Colors of #73AAEC
Black with #73AAEC
Text Example
Text Example
White with #73AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAEC; }
p { color: rgb(115,170,236); }
H1.HeaderClassName
{
color: #73AAEC;
}
.AnyTagClassName
{
color: #73AAEC;
}
</style>
background-color css
<style>
a { background-color: #73AAEC; }
a { background-color: rgb(115,170,236); }
div.DivClassName
{
background-color: #73AAEC;
}
.BgClassName
{
background-color: #73AAEC;
}
</style>
border-color css
<style>
span { border-color: #73AAEC; }
span { border-color: rgb(115,170,236); }
td.TdClassName
{
border-color: #73AAEC;
}
.TagClassName
{
border-color: #73AAEC;
}
</style>