Shades of Jordy Blue #80A0DD
Tints of Jordy Blue #80A0DD
RGB
CMYK
RGB Variations
Color information
#80A0DD (or 0x80A0DD) is known color: Jordy Blue. HEX triplet: 80, A0 and DD. RGB value is (128,160,221). Sum of RGB (Red+Green+Blue) = 128+160+221=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #80A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A0DD is #7F5F22. Grayscale: #9D9D9D. Windows color (decimal): -8347427 or 14524544. OLE color: 14524544.
HSL color Cylindrical-coordinate representation of color #80A0DD: hue angle of 219.35º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80A0DD is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 160 | 221 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.13 |
| HSL | 219.35º | 0.58% | 0.68% | - |
| HSV(B) | 219.35º | 0.42% | 0.87% | - |
| XYZ | 34.52 | 34.95 | 73.33 | - |
| YUV | 157.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 221 | 0.42 | 0.28 | 0 | 0.13 | 219.35 | 0.58 | 0.68 |
| Hex | 80 | A0 | DD | 2A | 1C | 0 | D | DB | 3A | 44 |
| Octal | 200 | 240 | 335 | 52 | 34 | 0 | 15 | 333 | 72 | 104 |
| Binary | 10000000 | 10100000 | 11011101 | 101010 | 11100 | 0 | 1101 | 11011011 | 111010 | 1000100 |
Color Harmonies of #80A0DD
Complementary color
Monochromatic Colors of #80A0DD
Black with #80A0DD
Text Example
Text Example
White with #80A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A0DD; }
p { color: rgb(128,160,221); }
H1.HeaderClassName
{
color: #80A0DD;
}
.AnyTagClassName
{
color: #80A0DD;
}
</style>
background-color css
<style>
a { background-color: #80A0DD; }
a { background-color: rgb(128,160,221); }
div.DivClassName
{
background-color: #80A0DD;
}
.BgClassName
{
background-color: #80A0DD;
}
</style>
border-color css
<style>
span { border-color: #80A0DD; }
span { border-color: rgb(128,160,221); }
td.TdClassName
{
border-color: #80A0DD;
}
.TagClassName
{
border-color: #80A0DD;
}
</style>