Shades of Jordy Blue #73B0DC
Tints of Jordy Blue #73B0DC
RGB
CMYK
RGB Variations
Color information
#73B0DC (or 0x73B0DC) is known color: Jordy Blue. HEX triplet: 73, B0 and DC. RGB value is (115,176,220). Sum of RGB (Red+Green+Blue) = 115+176+220=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #73B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B0DC is #8C4F23. Grayscale: #A2A2A2. Windows color (decimal): -9195300 or 14463091. OLE color: 14463091.
HSL color Cylindrical-coordinate representation of color #73B0DC: hue angle of 205.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73B0DC is Cyan = 0.48, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 176 | 220 | - |
| CMYK | 0.48 | 0.2 | 0 | 0.14 |
| HSL | 205.14º | 0.6% | 0.66% | - |
| HSV(B) | 205.14º | 0.48% | 0.86% | - |
| XYZ | 35.51 | 39.86 | 73.53 | - |
| YUV | 162.78 | 160.29 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 176 | 220 | 0.48 | 0.2 | 0 | 0.14 | 205.14 | 0.6 | 0.66 |
| Hex | 73 | B0 | DC | 30 | 14 | 0 | E | CD | 3C | 42 |
| Octal | 163 | 260 | 334 | 60 | 24 | 0 | 16 | 315 | 74 | 102 |
| Binary | 1110011 | 10110000 | 11011100 | 110000 | 10100 | 0 | 1110 | 11001101 | 111100 | 1000010 |
Color Harmonies of #73B0DC
Complementary color
Monochromatic Colors of #73B0DC
Black with #73B0DC
Text Example
Text Example
White with #73B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B0DC; }
p { color: rgb(115,176,220); }
H1.HeaderClassName
{
color: #73B0DC;
}
.AnyTagClassName
{
color: #73B0DC;
}
</style>
background-color css
<style>
a { background-color: #73B0DC; }
a { background-color: rgb(115,176,220); }
div.DivClassName
{
background-color: #73B0DC;
}
.BgClassName
{
background-color: #73B0DC;
}
</style>
border-color css
<style>
span { border-color: #73B0DC; }
span { border-color: rgb(115,176,220); }
td.TdClassName
{
border-color: #73B0DC;
}
.TagClassName
{
border-color: #73B0DC;
}
</style>