Shades of Jordy Blue #80A2DC
Tints of Jordy Blue #80A2DC
RGB
CMYK
RGB Variations
Color information
#80A2DC (or 0x80A2DC) is known color: Jordy Blue. HEX triplet: 80, A2 and DC. RGB value is (128,162,220). Sum of RGB (Red+Green+Blue) = 128+162+220=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #80A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A2DC is #7F5D23. Grayscale: #9E9E9E. Windows color (decimal): -8346916 or 14459520. OLE color: 14459520.
HSL color Cylindrical-coordinate representation of color #80A2DC: hue angle of 217.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80A2DC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 162 | 220 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.14 |
| HSL | 217.83º | 0.57% | 0.68% | - |
| HSV(B) | 217.83º | 0.42% | 0.86% | - |
| XYZ | 34.74 | 35.6 | 72.75 | - |
| YUV | 158.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 220 | 0.42 | 0.26 | 0 | 0.14 | 217.83 | 0.57 | 0.68 |
| Hex | 80 | A2 | DC | 2A | 1A | 0 | E | DA | 39 | 44 |
| Octal | 200 | 242 | 334 | 52 | 32 | 0 | 16 | 332 | 71 | 104 |
| Binary | 10000000 | 10100010 | 11011100 | 101010 | 11010 | 0 | 1110 | 11011010 | 111001 | 1000100 |
Color Harmonies of #80A2DC
Complementary color
Monochromatic Colors of #80A2DC
Black with #80A2DC
Text Example
Text Example
White with #80A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A2DC; }
p { color: rgb(128,162,220); }
H1.HeaderClassName
{
color: #80A2DC;
}
.AnyTagClassName
{
color: #80A2DC;
}
</style>
background-color css
<style>
a { background-color: #80A2DC; }
a { background-color: rgb(128,162,220); }
div.DivClassName
{
background-color: #80A2DC;
}
.BgClassName
{
background-color: #80A2DC;
}
</style>
border-color css
<style>
span { border-color: #80A2DC; }
span { border-color: rgb(128,162,220); }
td.TdClassName
{
border-color: #80A2DC;
}
.TagClassName
{
border-color: #80A2DC;
}
</style>