Shades of Jordy Blue #80A1E5
Tints of Jordy Blue #80A1E5
RGB
CMYK
RGB Variations
Color information
#80A1E5 (or 0x80A1E5) is known color: Jordy Blue. HEX triplet: 80, A1 and E5. RGB value is (128,161,229). Sum of RGB (Red+Green+Blue) = 128+161+229=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #80A1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A1E5 is #7F5E1A. Grayscale: #9E9E9E. Windows color (decimal): -8347163 or 15049088. OLE color: 15049088.
HSL color Cylindrical-coordinate representation of color #80A1E5: hue angle of 220.4º 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 #80A1E5 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 161 | 229 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.10 |
| HSL | 220.4º | 0.66% | 0.7% | - |
| HSV(B) | 220.4º | 0.44% | 0.9% | - |
| XYZ | 35.79 | 35.74 | 79.14 | - |
| YUV | 158.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 229 | 0.44 | 0.30 | 0 | 0.10 | 220.4 | 0.66 | 0.7 |
| Hex | 80 | A1 | E5 | 2C | 1E | 0 | A | DC | 42 | 46 |
| Octal | 200 | 241 | 345 | 54 | 36 | 0 | 12 | 334 | 102 | 106 |
| Binary | 10000000 | 10100001 | 11100101 | 101100 | 11110 | 0 | 1010 | 11011100 | 1000010 | 1000110 |
Color Harmonies of #80A1E5
Complementary color
Monochromatic Colors of #80A1E5
Black with #80A1E5
Text Example
Text Example
White with #80A1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A1E5; }
p { color: rgb(128,161,229); }
H1.HeaderClassName
{
color: #80A1E5;
}
.AnyTagClassName
{
color: #80A1E5;
}
</style>
background-color css
<style>
a { background-color: #80A1E5; }
a { background-color: rgb(128,161,229); }
div.DivClassName
{
background-color: #80A1E5;
}
.BgClassName
{
background-color: #80A1E5;
}
</style>
border-color css
<style>
span { border-color: #80A1E5; }
span { border-color: rgb(128,161,229); }
td.TdClassName
{
border-color: #80A1E5;
}
.TagClassName
{
border-color: #80A1E5;
}
</style>