Shades of Jordy Blue #80A0EE
Tints of Jordy Blue #80A0EE
RGB
CMYK
RGB Variations
Color information
#80A0EE (or 0x80A0EE) is known color: Jordy Blue. HEX triplet: 80, A0 and EE. RGB value is (128,160,238). Sum of RGB (Red+Green+Blue) = 128+160+238=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #80A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A0EE is #7F5F11. Grayscale: #9E9E9E. Windows color (decimal): -8347410 or 15638656. OLE color: 15638656.
HSL color Cylindrical-coordinate representation of color #80A0EE: hue angle of 222.55º 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 #80A0EE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 160 | 238 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.07 |
| HSL | 222.55º | 0.76% | 0.72% | - |
| HSV(B) | 222.55º | 0.46% | 0.93% | - |
| XYZ | 36.91 | 35.9 | 85.87 | - |
| YUV | 159.32 | 172.4 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 238 | 0.46 | 0.33 | 0 | 0.07 | 222.55 | 0.76 | 0.72 |
| Hex | 80 | A0 | EE | 2E | 21 | 0 | 7 | DF | 4C | 48 |
| Octal | 200 | 240 | 356 | 56 | 41 | 0 | 7 | 337 | 114 | 110 |
| Binary | 10000000 | 10100000 | 11101110 | 101110 | 100001 | 0 | 111 | 11011111 | 1001100 | 1001000 |
Color Harmonies of #80A0EE
Complementary color
Monochromatic Colors of #80A0EE
Black with #80A0EE
Text Example
Text Example
White with #80A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A0EE; }
p { color: rgb(128,160,238); }
H1.HeaderClassName
{
color: #80A0EE;
}
.AnyTagClassName
{
color: #80A0EE;
}
</style>
background-color css
<style>
a { background-color: #80A0EE; }
a { background-color: rgb(128,160,238); }
div.DivClassName
{
background-color: #80A0EE;
}
.BgClassName
{
background-color: #80A0EE;
}
</style>
border-color css
<style>
span { border-color: #80A0EE; }
span { border-color: rgb(128,160,238); }
td.TdClassName
{
border-color: #80A0EE;
}
.TagClassName
{
border-color: #80A0EE;
}
</style>