Shades of Jordy Blue #73ADDC
Tints of Jordy Blue #73ADDC
RGB
CMYK
RGB Variations
Color information
#73ADDC (or 0x73ADDC) is known color: Jordy Blue. HEX triplet: 73, AD and DC. RGB value is (115,173,220). Sum of RGB (Red+Green+Blue) = 115+173+220=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #73ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADDC is #8C5223. Grayscale: #A0A0A0. Windows color (decimal): -9196068 or 14462323. OLE color: 14462323.
HSL color Cylindrical-coordinate representation of color #73ADDC: hue angle of 206.86º 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 #73ADDC is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 173 | 220 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.14 |
| HSL | 206.86º | 0.6% | 0.66% | - |
| HSV(B) | 206.86º | 0.48% | 0.86% | - |
| XYZ | 34.93 | 38.7 | 73.34 | - |
| YUV | 161.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 220 | 0.48 | 0.21 | 0 | 0.14 | 206.86 | 0.6 | 0.66 |
| Hex | 73 | AD | DC | 30 | 15 | 0 | E | CF | 3C | 42 |
| Octal | 163 | 255 | 334 | 60 | 25 | 0 | 16 | 317 | 74 | 102 |
| Binary | 1110011 | 10101101 | 11011100 | 110000 | 10101 | 0 | 1110 | 11001111 | 111100 | 1000010 |
Color Harmonies of #73ADDC
Complementary color
Monochromatic Colors of #73ADDC
Black with #73ADDC
Text Example
Text Example
White with #73ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADDC; }
p { color: rgb(115,173,220); }
H1.HeaderClassName
{
color: #73ADDC;
}
.AnyTagClassName
{
color: #73ADDC;
}
</style>
background-color css
<style>
a { background-color: #73ADDC; }
a { background-color: rgb(115,173,220); }
div.DivClassName
{
background-color: #73ADDC;
}
.BgClassName
{
background-color: #73ADDC;
}
</style>
border-color css
<style>
span { border-color: #73ADDC; }
span { border-color: rgb(115,173,220); }
td.TdClassName
{
border-color: #73ADDC;
}
.TagClassName
{
border-color: #73ADDC;
}
</style>