Shades of Jordy Blue #80A5EE
Tints of Jordy Blue #80A5EE
RGB
CMYK
RGB Variations
Color information
#80A5EE (or 0x80A5EE) is known color: Jordy Blue. HEX triplet: 80, A5 and EE. RGB value is (128,165,238). Sum of RGB (Red+Green+Blue) = 128+165+238=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #80A5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A5EE is #7F5A11. Grayscale: #A1A1A1. Windows color (decimal): -8346130 or 15639936. OLE color: 15639936.
HSL color Cylindrical-coordinate representation of color #80A5EE: hue angle of 219.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80A5EE is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 165 | 238 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.07 |
| HSL | 219.82º | 0.76% | 0.72% | - |
| HSV(B) | 219.82º | 0.46% | 0.93% | - |
| XYZ | 37.79 | 37.67 | 86.17 | - |
| YUV | 162.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 238 | 0.46 | 0.31 | 0 | 0.07 | 219.82 | 0.76 | 0.72 |
| Hex | 80 | A5 | EE | 2E | 1F | 0 | 7 | DC | 4C | 48 |
| Octal | 200 | 245 | 356 | 56 | 37 | 0 | 7 | 334 | 114 | 110 |
| Binary | 10000000 | 10100101 | 11101110 | 101110 | 11111 | 0 | 111 | 11011100 | 1001100 | 1001000 |
Color Harmonies of #80A5EE
Complementary color
Monochromatic Colors of #80A5EE
Black with #80A5EE
Text Example
Text Example
White with #80A5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A5EE; }
p { color: rgb(128,165,238); }
H1.HeaderClassName
{
color: #80A5EE;
}
.AnyTagClassName
{
color: #80A5EE;
}
</style>
background-color css
<style>
a { background-color: #80A5EE; }
a { background-color: rgb(128,165,238); }
div.DivClassName
{
background-color: #80A5EE;
}
.BgClassName
{
background-color: #80A5EE;
}
</style>
border-color css
<style>
span { border-color: #80A5EE; }
span { border-color: rgb(128,165,238); }
td.TdClassName
{
border-color: #80A5EE;
}
.TagClassName
{
border-color: #80A5EE;
}
</style>