Shades of Jordy Blue #80AED8
Tints of Jordy Blue #80AED8
RGB
CMYK
RGB Variations
Color information
#80AED8 (or 0x80AED8) is known color: Jordy Blue. HEX triplet: 80, AE and D8. RGB value is (128,174,216). Sum of RGB (Red+Green+Blue) = 128+174+216=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #80AED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AED8 is #7F5127. Grayscale: #A4A4A4. Windows color (decimal): -8343848 or 14200448. OLE color: 14200448.
HSL color Cylindrical-coordinate representation of color #80AED8: hue angle of 208.64º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80AED8 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 174 | 216 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.15 |
| HSL | 208.64º | 0.53% | 0.67% | - |
| HSV(B) | 208.64º | 0.41% | 0.85% | - |
| XYZ | 36.43 | 39.82 | 70.73 | - |
| YUV | 165.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 216 | 0.41 | 0.19 | 0 | 0.15 | 208.64 | 0.53 | 0.67 |
| Hex | 80 | AE | D8 | 29 | 13 | 0 | F | D1 | 35 | 43 |
| Octal | 200 | 256 | 330 | 51 | 23 | 0 | 17 | 321 | 65 | 103 |
| Binary | 10000000 | 10101110 | 11011000 | 101001 | 10011 | 0 | 1111 | 11010001 | 110101 | 1000011 |
Color Harmonies of #80AED8
Complementary color
Monochromatic Colors of #80AED8
Black with #80AED8
Text Example
Text Example
White with #80AED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AED8; }
p { color: rgb(128,174,216); }
H1.HeaderClassName
{
color: #80AED8;
}
.AnyTagClassName
{
color: #80AED8;
}
</style>
background-color css
<style>
a { background-color: #80AED8; }
a { background-color: rgb(128,174,216); }
div.DivClassName
{
background-color: #80AED8;
}
.BgClassName
{
background-color: #80AED8;
}
</style>
border-color css
<style>
span { border-color: #80AED8; }
span { border-color: rgb(128,174,216); }
td.TdClassName
{
border-color: #80AED8;
}
.TagClassName
{
border-color: #80AED8;
}
</style>