Shades of Jordy Blue #73AFEE
Tints of Jordy Blue #73AFEE
RGB
CMYK
RGB Variations
Color information
#73AFEE (or 0x73AFEE) is known color: Jordy Blue. HEX triplet: 73, AF and EE. RGB value is (115,175,238). Sum of RGB (Red+Green+Blue) = 115+175+238=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #73AFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AFEE is #8C5011. Grayscale: #A3A3A3. Windows color (decimal): -9195538 or 15642483. OLE color: 15642483.
HSL color Cylindrical-coordinate representation of color #73AFEE: hue angle of 210.73º 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 #73AFEE is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 175 | 238 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.07 |
| HSL | 210.73º | 0.78% | 0.69% | - |
| HSV(B) | 210.73º | 0.52% | 0.93% | - |
| XYZ | 37.83 | 40.48 | 86.71 | - |
| YUV | 164.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 238 | 0.52 | 0.26 | 0 | 0.07 | 210.73 | 0.78 | 0.69 |
| Hex | 73 | AF | EE | 34 | 1A | 0 | 7 | D3 | 4E | 45 |
| Octal | 163 | 257 | 356 | 64 | 32 | 0 | 7 | 323 | 116 | 105 |
| Binary | 1110011 | 10101111 | 11101110 | 110100 | 11010 | 0 | 111 | 11010011 | 1001110 | 1000101 |
Color Harmonies of #73AFEE
Complementary color
Monochromatic Colors of #73AFEE
Black with #73AFEE
Text Example
Text Example
White with #73AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AFEE; }
p { color: rgb(115,175,238); }
H1.HeaderClassName
{
color: #73AFEE;
}
.AnyTagClassName
{
color: #73AFEE;
}
</style>
background-color css
<style>
a { background-color: #73AFEE; }
a { background-color: rgb(115,175,238); }
div.DivClassName
{
background-color: #73AFEE;
}
.BgClassName
{
background-color: #73AFEE;
}
</style>
border-color css
<style>
span { border-color: #73AFEE; }
span { border-color: rgb(115,175,238); }
td.TdClassName
{
border-color: #73AFEE;
}
.TagClassName
{
border-color: #73AFEE;
}
</style>