Shades of Jordy Blue #80A2EE
Tints of Jordy Blue #80A2EE
RGB
CMYK
RGB Variations
Color information
#80A2EE (or 0x80A2EE) is known color: Jordy Blue. HEX triplet: 80, A2 and EE. RGB value is (128,162,238). Sum of RGB (Red+Green+Blue) = 128+162+238=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #80A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A2EE is #7F5D11. Grayscale: #A0A0A0. Windows color (decimal): -8346898 or 15639168. OLE color: 15639168.
HSL color Cylindrical-coordinate representation of color #80A2EE: hue angle of 221.45º 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 #80A2EE is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 162 | 238 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.07 |
| HSL | 221.45º | 0.76% | 0.72% | - |
| HSV(B) | 221.45º | 0.46% | 0.93% | - |
| XYZ | 37.26 | 36.6 | 85.99 | - |
| YUV | 160.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 238 | 0.46 | 0.32 | 0 | 0.07 | 221.45 | 0.76 | 0.72 |
| Hex | 80 | A2 | EE | 2E | 20 | 0 | 7 | DD | 4C | 48 |
| Octal | 200 | 242 | 356 | 56 | 40 | 0 | 7 | 335 | 114 | 110 |
| Binary | 10000000 | 10100010 | 11101110 | 101110 | 100000 | 0 | 111 | 11011101 | 1001100 | 1001000 |
Color Harmonies of #80A2EE
Complementary color
Monochromatic Colors of #80A2EE
Black with #80A2EE
Text Example
Text Example
White with #80A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A2EE; }
p { color: rgb(128,162,238); }
H1.HeaderClassName
{
color: #80A2EE;
}
.AnyTagClassName
{
color: #80A2EE;
}
</style>
background-color css
<style>
a { background-color: #80A2EE; }
a { background-color: rgb(128,162,238); }
div.DivClassName
{
background-color: #80A2EE;
}
.BgClassName
{
background-color: #80A2EE;
}
</style>
border-color css
<style>
span { border-color: #80A2EE; }
span { border-color: rgb(128,162,238); }
td.TdClassName
{
border-color: #80A2EE;
}
.TagClassName
{
border-color: #80A2EE;
}
</style>