Shades of Jordy Blue #80A8F1
Tints of Jordy Blue #80A8F1
RGB
CMYK
RGB Variations
Color information
#80A8F1 (or 0x80A8F1) is known color: Jordy Blue. HEX triplet: 80, A8 and F1. RGB value is (128,168,241). Sum of RGB (Red+Green+Blue) = 128+168+241=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #80A8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A8F1 is #7F570E. Grayscale: #A4A4A4. Windows color (decimal): -8345359 or 15837312. OLE color: 15837312.
HSL color Cylindrical-coordinate representation of color #80A8F1: hue angle of 218.76º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80A8F1 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 168 | 241 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.05 |
| HSL | 218.76º | 0.8% | 0.72% | - |
| HSV(B) | 218.76º | 0.47% | 0.95% | - |
| XYZ | 38.78 | 38.95 | 88.69 | - |
| YUV | 164.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 241 | 0.47 | 0.30 | 0 | 0.05 | 218.76 | 0.8 | 0.72 |
| Hex | 80 | A8 | F1 | 2F | 1E | 0 | 5 | DB | 50 | 48 |
| Octal | 200 | 250 | 361 | 57 | 36 | 0 | 5 | 333 | 120 | 110 |
| Binary | 10000000 | 10101000 | 11110001 | 101111 | 11110 | 0 | 101 | 11011011 | 1010000 | 1001000 |
Color Harmonies of #80A8F1
Complementary color
Monochromatic Colors of #80A8F1
Black with #80A8F1
Text Example
Text Example
White with #80A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A8F1; }
p { color: rgb(128,168,241); }
H1.HeaderClassName
{
color: #80A8F1;
}
.AnyTagClassName
{
color: #80A8F1;
}
</style>
background-color css
<style>
a { background-color: #80A8F1; }
a { background-color: rgb(128,168,241); }
div.DivClassName
{
background-color: #80A8F1;
}
.BgClassName
{
background-color: #80A8F1;
}
</style>
border-color css
<style>
span { border-color: #80A8F1; }
span { border-color: rgb(128,168,241); }
td.TdClassName
{
border-color: #80A8F1;
}
.TagClassName
{
border-color: #80A8F1;
}
</style>