Shades of Jordy Blue #73B0DF
Tints of Jordy Blue #73B0DF
RGB
CMYK
RGB Variations
Color information
#73B0DF (or 0x73B0DF) is known color: Jordy Blue. HEX triplet: 73, B0 and DF. RGB value is (115,176,223). Sum of RGB (Red+Green+Blue) = 115+176+223=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #73B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B0DF is #8C4F20. Grayscale: #A2A2A2. Windows color (decimal): -9195297 or 14659699. OLE color: 14659699.
HSL color Cylindrical-coordinate representation of color #73B0DF: hue angle of 206.11º degrees, saturation: 0.63, 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 #73B0DF is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 176 | 223 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.13 |
| HSL | 206.11º | 0.63% | 0.66% | - |
| HSV(B) | 206.11º | 0.48% | 0.87% | - |
| XYZ | 35.91 | 40.02 | 75.64 | - |
| YUV | 163.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 176 | 223 | 0.48 | 0.21 | 0 | 0.13 | 206.11 | 0.63 | 0.66 |
| Hex | 73 | B0 | DF | 30 | 15 | 0 | D | CE | 3F | 42 |
| Octal | 163 | 260 | 337 | 60 | 25 | 0 | 15 | 316 | 77 | 102 |
| Binary | 1110011 | 10110000 | 11011111 | 110000 | 10101 | 0 | 1101 | 11001110 | 111111 | 1000010 |
Color Harmonies of #73B0DF
Complementary color
Monochromatic Colors of #73B0DF
Black with #73B0DF
Text Example
Text Example
White with #73B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B0DF; }
p { color: rgb(115,176,223); }
H1.HeaderClassName
{
color: #73B0DF;
}
.AnyTagClassName
{
color: #73B0DF;
}
</style>
background-color css
<style>
a { background-color: #73B0DF; }
a { background-color: rgb(115,176,223); }
div.DivClassName
{
background-color: #73B0DF;
}
.BgClassName
{
background-color: #73B0DF;
}
</style>
border-color css
<style>
span { border-color: #73B0DF; }
span { border-color: rgb(115,176,223); }
td.TdClassName
{
border-color: #73B0DF;
}
.TagClassName
{
border-color: #73B0DF;
}
</style>