Shades of Jordy Blue #73ABDC
Tints of Jordy Blue #73ABDC
RGB
CMYK
RGB Variations
Color information
#73ABDC (or 0x73ABDC) is known color: Jordy Blue. HEX triplet: 73, AB and DC. RGB value is (115,171,220). Sum of RGB (Red+Green+Blue) = 115+171+220=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #73ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABDC is #8C5423. Grayscale: #9F9F9F. Windows color (decimal): -9196580 or 14461811. OLE color: 14461811.
HSL color Cylindrical-coordinate representation of color #73ABDC: hue angle of 208º 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 #73ABDC is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 171 | 220 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.14 |
| HSL | 208º | 0.6% | 0.66% | - |
| HSV(B) | 208º | 0.48% | 0.86% | - |
| XYZ | 34.55 | 37.94 | 73.21 | - |
| YUV | 159.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 220 | 0.48 | 0.22 | 0 | 0.14 | 208 | 0.6 | 0.66 |
| Hex | 73 | AB | DC | 30 | 16 | 0 | E | D0 | 3C | 42 |
| Octal | 163 | 253 | 334 | 60 | 26 | 0 | 16 | 320 | 74 | 102 |
| Binary | 1110011 | 10101011 | 11011100 | 110000 | 10110 | 0 | 1110 | 11010000 | 111100 | 1000010 |
Color Harmonies of #73ABDC
Complementary color
Monochromatic Colors of #73ABDC
Black with #73ABDC
Text Example
Text Example
White with #73ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABDC; }
p { color: rgb(115,171,220); }
H1.HeaderClassName
{
color: #73ABDC;
}
.AnyTagClassName
{
color: #73ABDC;
}
</style>
background-color css
<style>
a { background-color: #73ABDC; }
a { background-color: rgb(115,171,220); }
div.DivClassName
{
background-color: #73ABDC;
}
.BgClassName
{
background-color: #73ABDC;
}
</style>
border-color css
<style>
span { border-color: #73ABDC; }
span { border-color: rgb(115,171,220); }
td.TdClassName
{
border-color: #73ABDC;
}
.TagClassName
{
border-color: #73ABDC;
}
</style>