Shades of Jordy Blue #80A0DF
Tints of Jordy Blue #80A0DF
RGB
CMYK
RGB Variations
Color information
#80A0DF (or 0x80A0DF) is known color: Jordy Blue. HEX triplet: 80, A0 and DF. RGB value is (128,160,223). Sum of RGB (Red+Green+Blue) = 128+160+223=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #80A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A0DF is #7F5F20. Grayscale: #9D9D9D. Windows color (decimal): -8347425 or 14655616. OLE color: 14655616.
HSL color Cylindrical-coordinate representation of color #80A0DF: hue angle of 219.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80A0DF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 160 | 223 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.13 |
| HSL | 219.79º | 0.6% | 0.69% | - |
| HSV(B) | 219.79º | 0.43% | 0.87% | - |
| XYZ | 34.79 | 35.06 | 74.75 | - |
| YUV | 157.61 | 164.9 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 223 | 0.43 | 0.28 | 0 | 0.13 | 219.79 | 0.6 | 0.69 |
| Hex | 80 | A0 | DF | 2B | 1C | 0 | D | DC | 3C | 45 |
| Octal | 200 | 240 | 337 | 53 | 34 | 0 | 15 | 334 | 74 | 105 |
| Binary | 10000000 | 10100000 | 11011111 | 101011 | 11100 | 0 | 1101 | 11011100 | 111100 | 1000101 |
Color Harmonies of #80A0DF
Complementary color
Monochromatic Colors of #80A0DF
Black with #80A0DF
Text Example
Text Example
White with #80A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A0DF; }
p { color: rgb(128,160,223); }
H1.HeaderClassName
{
color: #80A0DF;
}
.AnyTagClassName
{
color: #80A0DF;
}
</style>
background-color css
<style>
a { background-color: #80A0DF; }
a { background-color: rgb(128,160,223); }
div.DivClassName
{
background-color: #80A0DF;
}
.BgClassName
{
background-color: #80A0DF;
}
</style>
border-color css
<style>
span { border-color: #80A0DF; }
span { border-color: rgb(128,160,223); }
td.TdClassName
{
border-color: #80A0DF;
}
.TagClassName
{
border-color: #80A0DF;
}
</style>