Shades of Jordy Blue #80A0DC
Tints of Jordy Blue #80A0DC
RGB
CMYK
RGB Variations
Color information
#80A0DC (or 0x80A0DC) is known color: Jordy Blue. HEX triplet: 80, A0 and DC. RGB value is (128,160,220). Sum of RGB (Red+Green+Blue) = 128+160+220=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 160 (62.89% from 255 or 31.50% 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 #80A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A0DC is #7F5F23. Grayscale: #9C9C9C. Windows color (decimal): -8347428 or 14459008. OLE color: 14459008.
HSL color Cylindrical-coordinate representation of color #80A0DC: hue angle of 219.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80A0DC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 160 | 220 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.14 |
| HSL | 219.13º | 0.57% | 0.68% | - |
| HSV(B) | 219.13º | 0.42% | 0.86% | - |
| XYZ | 34.39 | 34.9 | 72.63 | - |
| YUV | 157.27 | 163.4 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 220 | 0.42 | 0.27 | 0 | 0.14 | 219.13 | 0.57 | 0.68 |
| Hex | 80 | A0 | DC | 2A | 1B | 0 | E | DB | 39 | 44 |
| Octal | 200 | 240 | 334 | 52 | 33 | 0 | 16 | 333 | 71 | 104 |
| Binary | 10000000 | 10100000 | 11011100 | 101010 | 11011 | 0 | 1110 | 11011011 | 111001 | 1000100 |
Color Harmonies of #80A0DC
Complementary color
Monochromatic Colors of #80A0DC
Black with #80A0DC
Text Example
Text Example
White with #80A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A0DC; }
p { color: rgb(128,160,220); }
H1.HeaderClassName
{
color: #80A0DC;
}
.AnyTagClassName
{
color: #80A0DC;
}
</style>
background-color css
<style>
a { background-color: #80A0DC; }
a { background-color: rgb(128,160,220); }
div.DivClassName
{
background-color: #80A0DC;
}
.BgClassName
{
background-color: #80A0DC;
}
</style>
border-color css
<style>
span { border-color: #80A0DC; }
span { border-color: rgb(128,160,220); }
td.TdClassName
{
border-color: #80A0DC;
}
.TagClassName
{
border-color: #80A0DC;
}
</style>