Shades of Jordy Blue #73AFDD
Tints of Jordy Blue #73AFDD
RGB
CMYK
RGB Variations
Color information
#73AFDD (or 0x73AFDD) is known color: Jordy Blue. HEX triplet: 73, AF and DD. RGB value is (115,175,221). Sum of RGB (Red+Green+Blue) = 115+175+221=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #73AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFDD is #8C5022. Grayscale: #A2A2A2. Windows color (decimal): -9195555 or 14528371. OLE color: 14528371.
HSL color Cylindrical-coordinate representation of color #73AFDD: hue angle of 206.04º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73AFDD is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 175 | 221 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.13 |
| HSL | 206.04º | 0.61% | 0.66% | - |
| HSV(B) | 206.04º | 0.48% | 0.87% | - |
| XYZ | 35.45 | 39.53 | 74.17 | - |
| YUV | 162.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 221 | 0.48 | 0.21 | 0 | 0.13 | 206.04 | 0.61 | 0.66 |
| Hex | 73 | AF | DD | 30 | 15 | 0 | D | CE | 3D | 42 |
| Octal | 163 | 257 | 335 | 60 | 25 | 0 | 15 | 316 | 75 | 102 |
| Binary | 1110011 | 10101111 | 11011101 | 110000 | 10101 | 0 | 1101 | 11001110 | 111101 | 1000010 |
Color Harmonies of #73AFDD
Complementary color
Monochromatic Colors of #73AFDD
Black with #73AFDD
Text Example
Text Example
White with #73AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AFDD; }
p { color: rgb(115,175,221); }
H1.HeaderClassName
{
color: #73AFDD;
}
.AnyTagClassName
{
color: #73AFDD;
}
</style>
background-color css
<style>
a { background-color: #73AFDD; }
a { background-color: rgb(115,175,221); }
div.DivClassName
{
background-color: #73AFDD;
}
.BgClassName
{
background-color: #73AFDD;
}
</style>
border-color css
<style>
span { border-color: #73AFDD; }
span { border-color: rgb(115,175,221); }
td.TdClassName
{
border-color: #73AFDD;
}
.TagClassName
{
border-color: #73AFDD;
}
</style>