Shades of Jordy Blue #80ADDF
Tints of Jordy Blue #80ADDF
RGB
CMYK
RGB Variations
Color information
#80ADDF (or 0x80ADDF) is known color: Jordy Blue. HEX triplet: 80, AD and DF. RGB value is (128,173,223). Sum of RGB (Red+Green+Blue) = 128+173+223=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #80ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADDF is #7F5220. Grayscale: #A5A5A5. Windows color (decimal): -8344097 or 14658944. OLE color: 14658944.
HSL color Cylindrical-coordinate representation of color #80ADDF: hue angle of 211.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80ADDF is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 173 | 223 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.13 |
| HSL | 211.58º | 0.6% | 0.69% | - |
| HSV(B) | 211.58º | 0.43% | 0.87% | - |
| XYZ | 37.16 | 39.8 | 75.54 | - |
| YUV | 165.25 | 160.59 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 223 | 0.43 | 0.22 | 0 | 0.13 | 211.58 | 0.6 | 0.69 |
| Hex | 80 | AD | DF | 2B | 16 | 0 | D | D4 | 3C | 45 |
| Octal | 200 | 255 | 337 | 53 | 26 | 0 | 15 | 324 | 74 | 105 |
| Binary | 10000000 | 10101101 | 11011111 | 101011 | 10110 | 0 | 1101 | 11010100 | 111100 | 1000101 |
Color Harmonies of #80ADDF
Complementary color
Monochromatic Colors of #80ADDF
Black with #80ADDF
Text Example
Text Example
White with #80ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADDF; }
p { color: rgb(128,173,223); }
H1.HeaderClassName
{
color: #80ADDF;
}
.AnyTagClassName
{
color: #80ADDF;
}
</style>
background-color css
<style>
a { background-color: #80ADDF; }
a { background-color: rgb(128,173,223); }
div.DivClassName
{
background-color: #80ADDF;
}
.BgClassName
{
background-color: #80ADDF;
}
</style>
border-color css
<style>
span { border-color: #80ADDF; }
span { border-color: rgb(128,173,223); }
td.TdClassName
{
border-color: #80ADDF;
}
.TagClassName
{
border-color: #80ADDF;
}
</style>