Shades of Jordy Blue #80ADF1
Tints of Jordy Blue #80ADF1
RGB
CMYK
RGB Variations
Color information
#80ADF1 (or 0x80ADF1) is known color: Jordy Blue. HEX triplet: 80, AD and F1. RGB value is (128,173,241). Sum of RGB (Red+Green+Blue) = 128+173+241=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #80ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ADF1 is #7F520E. Grayscale: #A6A6A6. Windows color (decimal): -8344079 or 15838592. OLE color: 15838592.
HSL color Cylindrical-coordinate representation of color #80ADF1: hue angle of 216.11º 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 #80ADF1 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 173 | 241 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.05 |
| HSL | 216.11º | 0.8% | 0.72% | - |
| HSV(B) | 216.11º | 0.47% | 0.95% | - |
| XYZ | 39.72 | 40.83 | 89.01 | - |
| YUV | 167.3 | 169.59 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 241 | 0.47 | 0.28 | 0 | 0.05 | 216.11 | 0.8 | 0.72 |
| Hex | 80 | AD | F1 | 2F | 1C | 0 | 5 | D8 | 50 | 48 |
| Octal | 200 | 255 | 361 | 57 | 34 | 0 | 5 | 330 | 120 | 110 |
| Binary | 10000000 | 10101101 | 11110001 | 101111 | 11100 | 0 | 101 | 11011000 | 1010000 | 1001000 |
Color Harmonies of #80ADF1
Complementary color
Monochromatic Colors of #80ADF1
Black with #80ADF1
Text Example
Text Example
White with #80ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADF1; }
p { color: rgb(128,173,241); }
H1.HeaderClassName
{
color: #80ADF1;
}
.AnyTagClassName
{
color: #80ADF1;
}
</style>
background-color css
<style>
a { background-color: #80ADF1; }
a { background-color: rgb(128,173,241); }
div.DivClassName
{
background-color: #80ADF1;
}
.BgClassName
{
background-color: #80ADF1;
}
</style>
border-color css
<style>
span { border-color: #80ADF1; }
span { border-color: rgb(128,173,241); }
td.TdClassName
{
border-color: #80ADF1;
}
.TagClassName
{
border-color: #80ADF1;
}
</style>