Shades of Jordy Blue #80ADEE
Tints of Jordy Blue #80ADEE
RGB
CMYK
RGB Variations
Color information
#80ADEE (or 0x80ADEE) is known color: Jordy Blue. HEX triplet: 80, AD and EE. RGB value is (128,173,238). Sum of RGB (Red+Green+Blue) = 128+173+238=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #80ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ADEE is #7F5211. Grayscale: #A6A6A6. Windows color (decimal): -8344082 or 15641984. OLE color: 15641984.
HSL color Cylindrical-coordinate representation of color #80ADEE: hue angle of 215.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ADEE is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 173 | 238 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.07 |
| HSL | 215.45º | 0.76% | 0.72% | - |
| HSV(B) | 215.45º | 0.46% | 0.93% | - |
| XYZ | 39.28 | 40.65 | 86.66 | - |
| YUV | 166.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 238 | 0.46 | 0.27 | 0 | 0.07 | 215.45 | 0.76 | 0.72 |
| Hex | 80 | AD | EE | 2E | 1B | 0 | 7 | D7 | 4C | 48 |
| Octal | 200 | 255 | 356 | 56 | 33 | 0 | 7 | 327 | 114 | 110 |
| Binary | 10000000 | 10101101 | 11101110 | 101110 | 11011 | 0 | 111 | 11010111 | 1001100 | 1001000 |
Color Harmonies of #80ADEE
Complementary color
Monochromatic Colors of #80ADEE
Black with #80ADEE
Text Example
Text Example
White with #80ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADEE; }
p { color: rgb(128,173,238); }
H1.HeaderClassName
{
color: #80ADEE;
}
.AnyTagClassName
{
color: #80ADEE;
}
</style>
background-color css
<style>
a { background-color: #80ADEE; }
a { background-color: rgb(128,173,238); }
div.DivClassName
{
background-color: #80ADEE;
}
.BgClassName
{
background-color: #80ADEE;
}
</style>
border-color css
<style>
span { border-color: #80ADEE; }
span { border-color: rgb(128,173,238); }
td.TdClassName
{
border-color: #80ADEE;
}
.TagClassName
{
border-color: #80ADEE;
}
</style>