Shades of Jordy Blue #80AAF1
Tints of Jordy Blue #80AAF1
RGB
CMYK
RGB Variations
Color information
#80AAF1 (or 0x80AAF1) is known color: Jordy Blue. HEX triplet: 80, AA and F1. RGB value is (128,170,241). Sum of RGB (Red+Green+Blue) = 128+170+241=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #80AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAF1 is #7F550E. Grayscale: #A5A5A5. Windows color (decimal): -8344847 or 15837824. OLE color: 15837824.
HSL color Cylindrical-coordinate representation of color #80AAF1: hue angle of 217.7º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80AAF1 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 170 | 241 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.05 |
| HSL | 217.7º | 0.8% | 0.72% | - |
| HSV(B) | 217.7º | 0.47% | 0.95% | - |
| XYZ | 39.15 | 39.69 | 88.82 | - |
| YUV | 165.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 241 | 0.47 | 0.29 | 0 | 0.05 | 217.7 | 0.8 | 0.72 |
| Hex | 80 | AA | F1 | 2F | 1D | 0 | 5 | DA | 50 | 48 |
| Octal | 200 | 252 | 361 | 57 | 35 | 0 | 5 | 332 | 120 | 110 |
| Binary | 10000000 | 10101010 | 11110001 | 101111 | 11101 | 0 | 101 | 11011010 | 1010000 | 1001000 |
Color Harmonies of #80AAF1
Complementary color
Monochromatic Colors of #80AAF1
Black with #80AAF1
Text Example
Text Example
White with #80AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAF1; }
p { color: rgb(128,170,241); }
H1.HeaderClassName
{
color: #80AAF1;
}
.AnyTagClassName
{
color: #80AAF1;
}
</style>
background-color css
<style>
a { background-color: #80AAF1; }
a { background-color: rgb(128,170,241); }
div.DivClassName
{
background-color: #80AAF1;
}
.BgClassName
{
background-color: #80AAF1;
}
</style>
border-color css
<style>
span { border-color: #80AAF1; }
span { border-color: rgb(128,170,241); }
td.TdClassName
{
border-color: #80AAF1;
}
.TagClassName
{
border-color: #80AAF1;
}
</style>