Shades of Jordy Blue #80A2E5
Tints of Jordy Blue #80A2E5
RGB
CMYK
RGB Variations
Color information
#80A2E5 (or 0x80A2E5) is known color: Jordy Blue. HEX triplet: 80, A2 and E5. RGB value is (128,162,229). Sum of RGB (Red+Green+Blue) = 128+162+229=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #80A2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A2E5 is #7F5D1A. Grayscale: #9F9F9F. Windows color (decimal): -8346907 or 15049344. OLE color: 15049344.
HSL color Cylindrical-coordinate representation of color #80A2E5: hue angle of 219.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80A2E5 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 162 | 229 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.10 |
| HSL | 219.8º | 0.66% | 0.7% | - |
| HSV(B) | 219.8º | 0.44% | 0.9% | - |
| XYZ | 35.97 | 36.09 | 79.2 | - |
| YUV | 159.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 229 | 0.44 | 0.29 | 0 | 0.10 | 219.8 | 0.66 | 0.7 |
| Hex | 80 | A2 | E5 | 2C | 1D | 0 | A | DC | 42 | 46 |
| Octal | 200 | 242 | 345 | 54 | 35 | 0 | 12 | 334 | 102 | 106 |
| Binary | 10000000 | 10100010 | 11100101 | 101100 | 11101 | 0 | 1010 | 11011100 | 1000010 | 1000110 |
Color Harmonies of #80A2E5
Complementary color
Monochromatic Colors of #80A2E5
Black with #80A2E5
Text Example
Text Example
White with #80A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A2E5; }
p { color: rgb(128,162,229); }
H1.HeaderClassName
{
color: #80A2E5;
}
.AnyTagClassName
{
color: #80A2E5;
}
</style>
background-color css
<style>
a { background-color: #80A2E5; }
a { background-color: rgb(128,162,229); }
div.DivClassName
{
background-color: #80A2E5;
}
.BgClassName
{
background-color: #80A2E5;
}
</style>
border-color css
<style>
span { border-color: #80A2E5; }
span { border-color: rgb(128,162,229); }
td.TdClassName
{
border-color: #80A2E5;
}
.TagClassName
{
border-color: #80A2E5;
}
</style>