Shades of Jordy Blue #73B2E6
Tints of Jordy Blue #73B2E6
RGB
CMYK
RGB Variations
Color information
#73B2E6 (or 0x73B2E6) is known color: Jordy Blue. HEX triplet: 73, B2 and E6. RGB value is (115,178,230). Sum of RGB (Red+Green+Blue) = 115+178+230=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #73B2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73B2E6 is #8C4D19. Grayscale: #A4A4A4. Windows color (decimal): -9194778 or 15118963. OLE color: 15118963.
HSL color Cylindrical-coordinate representation of color #73B2E6: hue angle of 207.13º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73B2E6 is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 178 | 230 | - |
| CMYK | 0.5 | 0.23 | 0 | 0.10 |
| HSL | 207.13º | 0.7% | 0.68% | - |
| HSV(B) | 207.13º | 0.5% | 0.9% | - |
| XYZ | 37.27 | 41.2 | 80.85 | - |
| YUV | 165.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 230 | 0.5 | 0.23 | 0 | 0.10 | 207.13 | 0.7 | 0.68 |
| Hex | 73 | B2 | E6 | 32 | 17 | 0 | A | CF | 46 | 44 |
| Octal | 163 | 262 | 346 | 62 | 27 | 0 | 12 | 317 | 106 | 104 |
| Binary | 1110011 | 10110010 | 11100110 | 110010 | 10111 | 0 | 1010 | 11001111 | 1000110 | 1000100 |
Color Harmonies of #73B2E6
Complementary color
Monochromatic Colors of #73B2E6
Black with #73B2E6
Text Example
Text Example
White with #73B2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B2E6; }
p { color: rgb(115,178,230); }
H1.HeaderClassName
{
color: #73B2E6;
}
.AnyTagClassName
{
color: #73B2E6;
}
</style>
background-color css
<style>
a { background-color: #73B2E6; }
a { background-color: rgb(115,178,230); }
div.DivClassName
{
background-color: #73B2E6;
}
.BgClassName
{
background-color: #73B2E6;
}
</style>
border-color css
<style>
span { border-color: #73B2E6; }
span { border-color: rgb(115,178,230); }
td.TdClassName
{
border-color: #73B2E6;
}
.TagClassName
{
border-color: #73B2E6;
}
</style>