Shades of Jordy Blue #73AFED
Tints of Jordy Blue #73AFED
RGB
CMYK
RGB Variations
Color information
#73AFED (or 0x73AFED) is known color: Jordy Blue. HEX triplet: 73, AF and ED. RGB value is (115,175,237). Sum of RGB (Red+Green+Blue) = 115+175+237=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #73AFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AFED is #8C5012. Grayscale: #A3A3A3. Windows color (decimal): -9195539 or 15576947. OLE color: 15576947.
HSL color Cylindrical-coordinate representation of color #73AFED: hue angle of 210.49º degrees, saturation: 0.77, 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 #73AFED is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 175 | 237 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.07 |
| HSL | 210.49º | 0.77% | 0.69% | - |
| HSV(B) | 210.49º | 0.51% | 0.93% | - |
| XYZ | 37.69 | 40.42 | 85.94 | - |
| YUV | 164.13 | 169.12 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 237 | 0.51 | 0.26 | 0 | 0.07 | 210.49 | 0.77 | 0.69 |
| Hex | 73 | AF | ED | 33 | 1A | 0 | 7 | D2 | 4D | 45 |
| Octal | 163 | 257 | 355 | 63 | 32 | 0 | 7 | 322 | 115 | 105 |
| Binary | 1110011 | 10101111 | 11101101 | 110011 | 11010 | 0 | 111 | 11010010 | 1001101 | 1000101 |
Color Harmonies of #73AFED
Complementary color
Monochromatic Colors of #73AFED
Black with #73AFED
Text Example
Text Example
White with #73AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AFED; }
p { color: rgb(115,175,237); }
H1.HeaderClassName
{
color: #73AFED;
}
.AnyTagClassName
{
color: #73AFED;
}
</style>
background-color css
<style>
a { background-color: #73AFED; }
a { background-color: rgb(115,175,237); }
div.DivClassName
{
background-color: #73AFED;
}
.BgClassName
{
background-color: #73AFED;
}
</style>
border-color css
<style>
span { border-color: #73AFED; }
span { border-color: rgb(115,175,237); }
td.TdClassName
{
border-color: #73AFED;
}
.TagClassName
{
border-color: #73AFED;
}
</style>