Shades of Jordy Blue #73A8D2
Tints of Jordy Blue #73A8D2
RGB
CMYK
RGB Variations
Color information
#73A8D2 (or 0x73A8D2) is known color: Jordy Blue. HEX triplet: 73, A8 and D2. RGB value is (115,168,210). Sum of RGB (Red+Green+Blue) = 115+168+210=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #73A8D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8D2 is #8C572D. Grayscale: #9C9C9C. Windows color (decimal): -9197358 or 13805683. OLE color: 13805683.
HSL color Cylindrical-coordinate representation of color #73A8D2: hue angle of 206.53º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73A8D2 is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 168 | 210 | - |
| CMYK | 0.45 | 0.2 | 0 | 0.18 |
| HSL | 206.53º | 0.51% | 0.64% | - |
| HSV(B) | 206.53º | 0.45% | 0.82% | - |
| XYZ | 32.71 | 36.3 | 66.26 | - |
| YUV | 156.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 210 | 0.45 | 0.2 | 0 | 0.18 | 206.53 | 0.51 | 0.64 |
| Hex | 73 | A8 | D2 | 2D | 14 | 0 | 12 | CF | 33 | 40 |
| Octal | 163 | 250 | 322 | 55 | 24 | 0 | 22 | 317 | 63 | 100 |
| Binary | 1110011 | 10101000 | 11010010 | 101101 | 10100 | 0 | 10010 | 11001111 | 110011 | 1000000 |
Color Harmonies of #73A8D2
Complementary color
Monochromatic Colors of #73A8D2
Black with #73A8D2
Text Example
Text Example
White with #73A8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A8D2; }
p { color: rgb(115,168,210); }
H1.HeaderClassName
{
color: #73A8D2;
}
.AnyTagClassName
{
color: #73A8D2;
}
</style>
background-color css
<style>
a { background-color: #73A8D2; }
a { background-color: rgb(115,168,210); }
div.DivClassName
{
background-color: #73A8D2;
}
.BgClassName
{
background-color: #73A8D2;
}
</style>
border-color css
<style>
span { border-color: #73A8D2; }
span { border-color: rgb(115,168,210); }
td.TdClassName
{
border-color: #73A8D2;
}
.TagClassName
{
border-color: #73A8D2;
}
</style>