Shades of Jordy Blue #73ADEE
Tints of Jordy Blue #73ADEE
RGB
CMYK
RGB Variations
Color information
#73ADEE (or 0x73ADEE) is known color: Jordy Blue. HEX triplet: 73, AD and EE. RGB value is (115,173,238). Sum of RGB (Red+Green+Blue) = 115+173+238=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #73ADEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ADEE is #8C5211. Grayscale: #A2A2A2. Windows color (decimal): -9196050 or 15641971. OLE color: 15641971.
HSL color Cylindrical-coordinate representation of color #73ADEE: hue angle of 211.71º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73ADEE is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 173 | 238 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.07 |
| HSL | 211.71º | 0.78% | 0.69% | - |
| HSV(B) | 211.71º | 0.52% | 0.93% | - |
| XYZ | 37.45 | 39.71 | 86.58 | - |
| YUV | 163.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 238 | 0.52 | 0.27 | 0 | 0.07 | 211.71 | 0.78 | 0.69 |
| Hex | 73 | AD | EE | 34 | 1B | 0 | 7 | D4 | 4E | 45 |
| Octal | 163 | 255 | 356 | 64 | 33 | 0 | 7 | 324 | 116 | 105 |
| Binary | 1110011 | 10101101 | 11101110 | 110100 | 11011 | 0 | 111 | 11010100 | 1001110 | 1000101 |
Color Harmonies of #73ADEE
Complementary color
Monochromatic Colors of #73ADEE
Black with #73ADEE
Text Example
Text Example
White with #73ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADEE; }
p { color: rgb(115,173,238); }
H1.HeaderClassName
{
color: #73ADEE;
}
.AnyTagClassName
{
color: #73ADEE;
}
</style>
background-color css
<style>
a { background-color: #73ADEE; }
a { background-color: rgb(115,173,238); }
div.DivClassName
{
background-color: #73ADEE;
}
.BgClassName
{
background-color: #73ADEE;
}
</style>
border-color css
<style>
span { border-color: #73ADEE; }
span { border-color: rgb(115,173,238); }
td.TdClassName
{
border-color: #73ADEE;
}
.TagClassName
{
border-color: #73ADEE;
}
</style>