Shades of Jordy Blue #80ADEC
Tints of Jordy Blue #80ADEC
RGB
CMYK
RGB Variations
Color information
#80ADEC (or 0x80ADEC) is known color: Jordy Blue. HEX triplet: 80, AD and EC. RGB value is (128,173,236). Sum of RGB (Red+Green+Blue) = 128+173+236=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #80ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ADEC is #7F5213. Grayscale: #A6A6A6. Windows color (decimal): -8344084 or 15510912. OLE color: 15510912.
HSL color Cylindrical-coordinate representation of color #80ADEC: hue angle of 215º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ADEC is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 173 | 236 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.07 |
| HSL | 215º | 0.74% | 0.71% | - |
| HSV(B) | 215º | 0.46% | 0.93% | - |
| XYZ | 38.99 | 40.53 | 85.13 | - |
| YUV | 166.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 236 | 0.46 | 0.27 | 0 | 0.07 | 215 | 0.74 | 0.71 |
| Hex | 80 | AD | EC | 2E | 1B | 0 | 7 | D7 | 4A | 47 |
| Octal | 200 | 255 | 354 | 56 | 33 | 0 | 7 | 327 | 112 | 107 |
| Binary | 10000000 | 10101101 | 11101100 | 101110 | 11011 | 0 | 111 | 11010111 | 1001010 | 1000111 |
Color Harmonies of #80ADEC
Complementary color
Monochromatic Colors of #80ADEC
Black with #80ADEC
Text Example
Text Example
White with #80ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADEC; }
p { color: rgb(128,173,236); }
H1.HeaderClassName
{
color: #80ADEC;
}
.AnyTagClassName
{
color: #80ADEC;
}
</style>
background-color css
<style>
a { background-color: #80ADEC; }
a { background-color: rgb(128,173,236); }
div.DivClassName
{
background-color: #80ADEC;
}
.BgClassName
{
background-color: #80ADEC;
}
</style>
border-color css
<style>
span { border-color: #80ADEC; }
span { border-color: rgb(128,173,236); }
td.TdClassName
{
border-color: #80ADEC;
}
.TagClassName
{
border-color: #80ADEC;
}
</style>