Shades of Jordy Blue #80ADD4
Tints of Jordy Blue #80ADD4
RGB
CMYK
RGB Variations
Color information
#80ADD4 (or 0x80ADD4) is known color: Jordy Blue. HEX triplet: 80, AD and D4. RGB value is (128,173,212). Sum of RGB (Red+Green+Blue) = 128+173+212=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #80ADD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADD4 is #7F522B. Grayscale: #A3A3A3. Windows color (decimal): -8344108 or 13938048. OLE color: 13938048.
HSL color Cylindrical-coordinate representation of color #80ADD4: hue angle of 207.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80ADD4 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 173 | 212 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.17 |
| HSL | 207.86º | 0.49% | 0.67% | - |
| HSV(B) | 207.86º | 0.4% | 0.83% | - |
| XYZ | 35.73 | 39.23 | 67.98 | - |
| YUV | 163.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 212 | 0.40 | 0.18 | 0 | 0.17 | 207.86 | 0.49 | 0.67 |
| Hex | 80 | AD | D4 | 28 | 12 | 0 | 11 | D0 | 31 | 43 |
| Octal | 200 | 255 | 324 | 50 | 22 | 0 | 21 | 320 | 61 | 103 |
| Binary | 10000000 | 10101101 | 11010100 | 101000 | 10010 | 0 | 10001 | 11010000 | 110001 | 1000011 |
Color Harmonies of #80ADD4
Complementary color
Monochromatic Colors of #80ADD4
Black with #80ADD4
Text Example
Text Example
White with #80ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADD4; }
p { color: rgb(128,173,212); }
H1.HeaderClassName
{
color: #80ADD4;
}
.AnyTagClassName
{
color: #80ADD4;
}
</style>
background-color css
<style>
a { background-color: #80ADD4; }
a { background-color: rgb(128,173,212); }
div.DivClassName
{
background-color: #80ADD4;
}
.BgClassName
{
background-color: #80ADD4;
}
</style>
border-color css
<style>
span { border-color: #80ADD4; }
span { border-color: rgb(128,173,212); }
td.TdClassName
{
border-color: #80ADD4;
}
.TagClassName
{
border-color: #80ADD4;
}
</style>