Shades of Jordy Blue #73AEEC
Tints of Jordy Blue #73AEEC
RGB
CMYK
RGB Variations
Color information
#73AEEC (or 0x73AEEC) is known color: Jordy Blue. HEX triplet: 73, AE and EC. RGB value is (115,174,236). Sum of RGB (Red+Green+Blue) = 115+174+236=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #73AEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AEEC is #8C5113. Grayscale: #A3A3A3. Windows color (decimal): -9195796 or 15511155. OLE color: 15511155.
HSL color Cylindrical-coordinate representation of color #73AEEC: hue angle of 210.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 #73AEEC is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 174 | 236 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.07 |
| HSL | 210.74º | 0.76% | 0.69% | - |
| HSV(B) | 210.74º | 0.51% | 0.93% | - |
| XYZ | 37.35 | 39.97 | 85.1 | - |
| YUV | 163.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 174 | 236 | 0.51 | 0.26 | 0 | 0.07 | 210.74 | 0.76 | 0.69 |
| Hex | 73 | AE | EC | 33 | 1A | 0 | 7 | D3 | 4C | 45 |
| Octal | 163 | 256 | 354 | 63 | 32 | 0 | 7 | 323 | 114 | 105 |
| Binary | 1110011 | 10101110 | 11101100 | 110011 | 11010 | 0 | 111 | 11010011 | 1001100 | 1000101 |
Color Harmonies of #73AEEC
Complementary color
Monochromatic Colors of #73AEEC
Black with #73AEEC
Text Example
Text Example
White with #73AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AEEC; }
p { color: rgb(115,174,236); }
H1.HeaderClassName
{
color: #73AEEC;
}
.AnyTagClassName
{
color: #73AEEC;
}
</style>
background-color css
<style>
a { background-color: #73AEEC; }
a { background-color: rgb(115,174,236); }
div.DivClassName
{
background-color: #73AEEC;
}
.BgClassName
{
background-color: #73AEEC;
}
</style>
border-color css
<style>
span { border-color: #73AEEC; }
span { border-color: rgb(115,174,236); }
td.TdClassName
{
border-color: #73AEEC;
}
.TagClassName
{
border-color: #73AEEC;
}
</style>