Shades of Jordy Blue #73B1DF
Tints of Jordy Blue #73B1DF
RGB
CMYK
RGB Variations
Color information
#73B1DF (or 0x73B1DF) is known color: Jordy Blue. HEX triplet: 73, B1 and DF. RGB value is (115,177,223). Sum of RGB (Red+Green+Blue) = 115+177+223=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #73B1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B1DF is #8C4E20. Grayscale: #A3A3A3. Windows color (decimal): -9195041 or 14659955. OLE color: 14659955.
HSL color Cylindrical-coordinate representation of color #73B1DF: hue angle of 205.56º 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 #73B1DF is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 177 | 223 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.13 |
| HSL | 205.56º | 0.63% | 0.66% | - |
| HSV(B) | 205.56º | 0.48% | 0.87% | - |
| XYZ | 36.11 | 40.42 | 75.71 | - |
| YUV | 163.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 177 | 223 | 0.48 | 0.21 | 0 | 0.13 | 205.56 | 0.63 | 0.66 |
| Hex | 73 | B1 | DF | 30 | 15 | 0 | D | CE | 3F | 42 |
| Octal | 163 | 261 | 337 | 60 | 25 | 0 | 15 | 316 | 77 | 102 |
| Binary | 1110011 | 10110001 | 11011111 | 110000 | 10101 | 0 | 1101 | 11001110 | 111111 | 1000010 |
Color Harmonies of #73B1DF
Complementary color
Monochromatic Colors of #73B1DF
Black with #73B1DF
Text Example
Text Example
White with #73B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B1DF; }
p { color: rgb(115,177,223); }
H1.HeaderClassName
{
color: #73B1DF;
}
.AnyTagClassName
{
color: #73B1DF;
}
</style>
background-color css
<style>
a { background-color: #73B1DF; }
a { background-color: rgb(115,177,223); }
div.DivClassName
{
background-color: #73B1DF;
}
.BgClassName
{
background-color: #73B1DF;
}
</style>
border-color css
<style>
span { border-color: #73B1DF; }
span { border-color: rgb(115,177,223); }
td.TdClassName
{
border-color: #73B1DF;
}
.TagClassName
{
border-color: #73B1DF;
}
</style>