Shades of Jordy Blue #80A8EA
Tints of Jordy Blue #80A8EA
RGB
CMYK
RGB Variations
Color information
#80A8EA (or 0x80A8EA) is known color: Jordy Blue. HEX triplet: 80, A8 and EA. RGB value is (128,168,234). Sum of RGB (Red+Green+Blue) = 128+168+234=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #80A8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A8EA is #7F5715. Grayscale: #A3A3A3. Windows color (decimal): -8345366 or 15378560. OLE color: 15378560.
HSL color Cylindrical-coordinate representation of color #80A8EA: hue angle of 217.36º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80A8EA is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 168 | 234 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.08 |
| HSL | 217.36º | 0.72% | 0.71% | - |
| HSV(B) | 217.36º | 0.45% | 0.92% | - |
| XYZ | 37.76 | 38.53 | 83.29 | - |
| YUV | 163.56 | 167.75 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 234 | 0.45 | 0.28 | 0 | 0.08 | 217.36 | 0.72 | 0.71 |
| Hex | 80 | A8 | EA | 2D | 1C | 0 | 8 | D9 | 48 | 47 |
| Octal | 200 | 250 | 352 | 55 | 34 | 0 | 10 | 331 | 110 | 107 |
| Binary | 10000000 | 10101000 | 11101010 | 101101 | 11100 | 0 | 1000 | 11011001 | 1001000 | 1000111 |
Color Harmonies of #80A8EA
Complementary color
Monochromatic Colors of #80A8EA
Black with #80A8EA
Text Example
Text Example
White with #80A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A8EA; }
p { color: rgb(128,168,234); }
H1.HeaderClassName
{
color: #80A8EA;
}
.AnyTagClassName
{
color: #80A8EA;
}
</style>
background-color css
<style>
a { background-color: #80A8EA; }
a { background-color: rgb(128,168,234); }
div.DivClassName
{
background-color: #80A8EA;
}
.BgClassName
{
background-color: #80A8EA;
}
</style>
border-color css
<style>
span { border-color: #80A8EA; }
span { border-color: rgb(128,168,234); }
td.TdClassName
{
border-color: #80A8EA;
}
.TagClassName
{
border-color: #80A8EA;
}
</style>