Shades of Jordy Blue #80A2ED
Tints of Jordy Blue #80A2ED
RGB
CMYK
RGB Variations
Color information
#80A2ED (or 0x80A2ED) is known color: Jordy Blue. HEX triplet: 80, A2 and ED. RGB value is (128,162,237). Sum of RGB (Red+Green+Blue) = 128+162+237=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #80A2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A2ED is #7F5D12. Grayscale: #A0A0A0. Windows color (decimal): -8346899 or 15573632. OLE color: 15573632.
HSL color Cylindrical-coordinate representation of color #80A2ED: hue angle of 221.28º degrees, saturation: 0.75, 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 #80A2ED is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 162 | 237 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.07 |
| HSL | 221.28º | 0.75% | 0.72% | - |
| HSV(B) | 221.28º | 0.46% | 0.93% | - |
| XYZ | 37.11 | 36.54 | 85.22 | - |
| YUV | 160.38 | 171.24 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 237 | 0.46 | 0.32 | 0 | 0.07 | 221.28 | 0.75 | 0.72 |
| Hex | 80 | A2 | ED | 2E | 20 | 0 | 7 | DD | 4B | 48 |
| Octal | 200 | 242 | 355 | 56 | 40 | 0 | 7 | 335 | 113 | 110 |
| Binary | 10000000 | 10100010 | 11101101 | 101110 | 100000 | 0 | 111 | 11011101 | 1001011 | 1001000 |
Color Harmonies of #80A2ED
Complementary color
Monochromatic Colors of #80A2ED
Black with #80A2ED
Text Example
Text Example
White with #80A2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A2ED; }
p { color: rgb(128,162,237); }
H1.HeaderClassName
{
color: #80A2ED;
}
.AnyTagClassName
{
color: #80A2ED;
}
</style>
background-color css
<style>
a { background-color: #80A2ED; }
a { background-color: rgb(128,162,237); }
div.DivClassName
{
background-color: #80A2ED;
}
.BgClassName
{
background-color: #80A2ED;
}
</style>
border-color css
<style>
span { border-color: #80A2ED; }
span { border-color: rgb(128,162,237); }
td.TdClassName
{
border-color: #80A2ED;
}
.TagClassName
{
border-color: #80A2ED;
}
</style>