Shades of Jordy Blue #80A9DD
Tints of Jordy Blue #80A9DD
RGB
CMYK
RGB Variations
Color information
#80A9DD (or 0x80A9DD) is known color: Jordy Blue. HEX triplet: 80, A9 and DD. RGB value is (128,169,221). Sum of RGB (Red+Green+Blue) = 128+169+221=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #80A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A9DD is #7F5622. Grayscale: #A2A2A2. Windows color (decimal): -8345123 or 14526848. OLE color: 14526848.
HSL color Cylindrical-coordinate representation of color #80A9DD: hue angle of 213.55º 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 #80A9DD is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 169 | 221 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.13 |
| HSL | 213.55º | 0.58% | 0.68% | - |
| HSV(B) | 213.55º | 0.42% | 0.87% | - |
| XYZ | 36.14 | 38.19 | 73.87 | - |
| YUV | 162.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 221 | 0.42 | 0.24 | 0 | 0.13 | 213.55 | 0.58 | 0.68 |
| Hex | 80 | A9 | DD | 2A | 18 | 0 | D | D6 | 3A | 44 |
| Octal | 200 | 251 | 335 | 52 | 30 | 0 | 15 | 326 | 72 | 104 |
| Binary | 10000000 | 10101001 | 11011101 | 101010 | 11000 | 0 | 1101 | 11010110 | 111010 | 1000100 |
Color Harmonies of #80A9DD
Complementary color
Monochromatic Colors of #80A9DD
Black with #80A9DD
Text Example
Text Example
White with #80A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A9DD; }
p { color: rgb(128,169,221); }
H1.HeaderClassName
{
color: #80A9DD;
}
.AnyTagClassName
{
color: #80A9DD;
}
</style>
background-color css
<style>
a { background-color: #80A9DD; }
a { background-color: rgb(128,169,221); }
div.DivClassName
{
background-color: #80A9DD;
}
.BgClassName
{
background-color: #80A9DD;
}
</style>
border-color css
<style>
span { border-color: #80A9DD; }
span { border-color: rgb(128,169,221); }
td.TdClassName
{
border-color: #80A9DD;
}
.TagClassName
{
border-color: #80A9DD;
}
</style>