Shades of Jordy Blue #73ACEC
Tints of Jordy Blue #73ACEC
RGB
CMYK
RGB Variations
Color information
#73ACEC (or 0x73ACEC) is known color: Jordy Blue. HEX triplet: 73, AC and EC. RGB value is (115,172,236). Sum of RGB (Red+Green+Blue) = 115+172+236=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #73ACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ACEC is #8C5313. Grayscale: #A1A1A1. Windows color (decimal): -9196308 or 15510643. OLE color: 15510643.
HSL color Cylindrical-coordinate representation of color #73ACEC: hue angle of 211.74º 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 #73ACEC is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 172 | 236 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.07 |
| HSL | 211.74º | 0.76% | 0.69% | - |
| HSV(B) | 211.74º | 0.51% | 0.93% | - |
| XYZ | 36.96 | 39.21 | 84.98 | - |
| YUV | 162.25 | 169.62 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 236 | 0.51 | 0.27 | 0 | 0.07 | 211.74 | 0.76 | 0.69 |
| Hex | 73 | AC | EC | 33 | 1B | 0 | 7 | D4 | 4C | 45 |
| Octal | 163 | 254 | 354 | 63 | 33 | 0 | 7 | 324 | 114 | 105 |
| Binary | 1110011 | 10101100 | 11101100 | 110011 | 11011 | 0 | 111 | 11010100 | 1001100 | 1000101 |
Color Harmonies of #73ACEC
Complementary color
Monochromatic Colors of #73ACEC
Black with #73ACEC
Text Example
Text Example
White with #73ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACEC; }
p { color: rgb(115,172,236); }
H1.HeaderClassName
{
color: #73ACEC;
}
.AnyTagClassName
{
color: #73ACEC;
}
</style>
background-color css
<style>
a { background-color: #73ACEC; }
a { background-color: rgb(115,172,236); }
div.DivClassName
{
background-color: #73ACEC;
}
.BgClassName
{
background-color: #73ACEC;
}
</style>
border-color css
<style>
span { border-color: #73ACEC; }
span { border-color: rgb(115,172,236); }
td.TdClassName
{
border-color: #73ACEC;
}
.TagClassName
{
border-color: #73ACEC;
}
</style>