Shades of Jordy Blue #80ACDA
Tints of Jordy Blue #80ACDA
RGB
CMYK
RGB Variations
Color information
#80ACDA (or 0x80ACDA) is known color: Jordy Blue. HEX triplet: 80, AC and DA. RGB value is (128,172,218). Sum of RGB (Red+Green+Blue) = 128+172+218=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #80ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACDA is #7F5325. Grayscale: #A3A3A3. Windows color (decimal): -8344358 or 14331008. OLE color: 14331008.
HSL color Cylindrical-coordinate representation of color #80ACDA: hue angle of 210.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80ACDA is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 172 | 218 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.15 |
| HSL | 210.67º | 0.55% | 0.68% | - |
| HSV(B) | 210.67º | 0.41% | 0.85% | - |
| XYZ | 36.31 | 39.16 | 71.97 | - |
| YUV | 164.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 218 | 0.41 | 0.21 | 0 | 0.15 | 210.67 | 0.55 | 0.68 |
| Hex | 80 | AC | DA | 29 | 15 | 0 | F | D3 | 37 | 44 |
| Octal | 200 | 254 | 332 | 51 | 25 | 0 | 17 | 323 | 67 | 104 |
| Binary | 10000000 | 10101100 | 11011010 | 101001 | 10101 | 0 | 1111 | 11010011 | 110111 | 1000100 |
Color Harmonies of #80ACDA
Complementary color
Monochromatic Colors of #80ACDA
Black with #80ACDA
Text Example
Text Example
White with #80ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACDA; }
p { color: rgb(128,172,218); }
H1.HeaderClassName
{
color: #80ACDA;
}
.AnyTagClassName
{
color: #80ACDA;
}
</style>
background-color css
<style>
a { background-color: #80ACDA; }
a { background-color: rgb(128,172,218); }
div.DivClassName
{
background-color: #80ACDA;
}
.BgClassName
{
background-color: #80ACDA;
}
</style>
border-color css
<style>
span { border-color: #80ACDA; }
span { border-color: rgb(128,172,218); }
td.TdClassName
{
border-color: #80ACDA;
}
.TagClassName
{
border-color: #80ACDA;
}
</style>