Shades of Jordy Blue #80ADE6
Tints of Jordy Blue #80ADE6
RGB
CMYK
RGB Variations
Color information
#80ADE6 (or 0x80ADE6) is known color: Jordy Blue. HEX triplet: 80, AD and E6. RGB value is (128,173,230). Sum of RGB (Red+Green+Blue) = 128+173+230=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #80ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ADE6 is #7F5219. Grayscale: #A5A5A5. Windows color (decimal): -8344090 or 15117696. OLE color: 15117696.
HSL color Cylindrical-coordinate representation of color #80ADE6: hue angle of 213.53º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80ADE6 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 173 | 230 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.10 |
| HSL | 213.53º | 0.67% | 0.7% | - |
| HSV(B) | 213.53º | 0.44% | 0.9% | - |
| XYZ | 38.13 | 40.19 | 80.61 | - |
| YUV | 166.04 | 164.09 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 230 | 0.44 | 0.25 | 0 | 0.10 | 213.53 | 0.67 | 0.7 |
| Hex | 80 | AD | E6 | 2C | 19 | 0 | A | D6 | 43 | 46 |
| Octal | 200 | 255 | 346 | 54 | 31 | 0 | 12 | 326 | 103 | 106 |
| Binary | 10000000 | 10101101 | 11100110 | 101100 | 11001 | 0 | 1010 | 11010110 | 1000011 | 1000110 |
Color Harmonies of #80ADE6
Complementary color
Monochromatic Colors of #80ADE6
Black with #80ADE6
Text Example
Text Example
White with #80ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADE6; }
p { color: rgb(128,173,230); }
H1.HeaderClassName
{
color: #80ADE6;
}
.AnyTagClassName
{
color: #80ADE6;
}
</style>
background-color css
<style>
a { background-color: #80ADE6; }
a { background-color: rgb(128,173,230); }
div.DivClassName
{
background-color: #80ADE6;
}
.BgClassName
{
background-color: #80ADE6;
}
</style>
border-color css
<style>
span { border-color: #80ADE6; }
span { border-color: rgb(128,173,230); }
td.TdClassName
{
border-color: #80ADE6;
}
.TagClassName
{
border-color: #80ADE6;
}
</style>