Shades of Jordy Blue #73A0CB
Tints of Jordy Blue #73A0CB
RGB
CMYK
RGB Variations
Color information
#73A0CB (or 0x73A0CB) is known color: Jordy Blue. HEX triplet: 73, A0 and CB. RGB value is (115,160,203). Sum of RGB (Red+Green+Blue) = 115+160+203=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #73A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0CB is #8C5F34. Grayscale: #979797. Windows color (decimal): -9199413 or 13344883. OLE color: 13344883.
HSL color Cylindrical-coordinate representation of color #73A0CB: hue angle of 209.32º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73A0CB is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 160 | 203 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.20 |
| HSL | 209.32º | 0.46% | 0.62% | - |
| HSV(B) | 209.32º | 0.43% | 0.8% | - |
| XYZ | 30.42 | 33.1 | 61.29 | - |
| YUV | 151.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 203 | 0.43 | 0.21 | 0 | 0.20 | 209.32 | 0.46 | 0.62 |
| Hex | 73 | A0 | CB | 2B | 15 | 0 | 14 | D1 | 2E | 3E |
| Octal | 163 | 240 | 313 | 53 | 25 | 0 | 24 | 321 | 56 | 76 |
| Binary | 1110011 | 10100000 | 11001011 | 101011 | 10101 | 0 | 10100 | 11010001 | 101110 | 111110 |
Color Harmonies of #73A0CB
Complementary color
Monochromatic Colors of #73A0CB
Black with #73A0CB
Text Example
Text Example
White with #73A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0CB; }
p { color: rgb(115,160,203); }
H1.HeaderClassName
{
color: #73A0CB;
}
.AnyTagClassName
{
color: #73A0CB;
}
</style>
background-color css
<style>
a { background-color: #73A0CB; }
a { background-color: rgb(115,160,203); }
div.DivClassName
{
background-color: #73A0CB;
}
.BgClassName
{
background-color: #73A0CB;
}
</style>
border-color css
<style>
span { border-color: #73A0CB; }
span { border-color: rgb(115,160,203); }
td.TdClassName
{
border-color: #73A0CB;
}
.TagClassName
{
border-color: #73A0CB;
}
</style>