Shades of Jordy Blue #80ADE7
Tints of Jordy Blue #80ADE7
RGB
CMYK
RGB Variations
Color information
#80ADE7 (or 0x80ADE7) is known color: Jordy Blue. HEX triplet: 80, AD and E7. RGB value is (128,173,231). Sum of RGB (Red+Green+Blue) = 128+173+231=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #80ADE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ADE7 is #7F5218. Grayscale: #A5A5A5. Windows color (decimal): -8344089 or 15183232. OLE color: 15183232.
HSL color Cylindrical-coordinate representation of color #80ADE7: hue angle of 213.79º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80ADE7 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 173 | 231 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.09 |
| HSL | 213.79º | 0.68% | 0.7% | - |
| HSV(B) | 213.79º | 0.45% | 0.91% | - |
| XYZ | 38.27 | 40.25 | 81.35 | - |
| YUV | 166.16 | 164.59 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 231 | 0.45 | 0.25 | 0 | 0.09 | 213.79 | 0.68 | 0.7 |
| Hex | 80 | AD | E7 | 2D | 19 | 0 | 9 | D6 | 44 | 46 |
| Octal | 200 | 255 | 347 | 55 | 31 | 0 | 11 | 326 | 104 | 106 |
| Binary | 10000000 | 10101101 | 11100111 | 101101 | 11001 | 0 | 1001 | 11010110 | 1000100 | 1000110 |
Color Harmonies of #80ADE7
Complementary color
Monochromatic Colors of #80ADE7
Black with #80ADE7
Text Example
Text Example
White with #80ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADE7; }
p { color: rgb(128,173,231); }
H1.HeaderClassName
{
color: #80ADE7;
}
.AnyTagClassName
{
color: #80ADE7;
}
</style>
background-color css
<style>
a { background-color: #80ADE7; }
a { background-color: rgb(128,173,231); }
div.DivClassName
{
background-color: #80ADE7;
}
.BgClassName
{
background-color: #80ADE7;
}
</style>
border-color css
<style>
span { border-color: #80ADE7; }
span { border-color: rgb(128,173,231); }
td.TdClassName
{
border-color: #80ADE7;
}
.TagClassName
{
border-color: #80ADE7;
}
</style>