Shades of Jordy Blue #80A9FE
Tints of Jordy Blue #80A9FE
RGB
CMYK
RGB Variations
Color information
#80A9FE (or 0x80A9FE) is known color: Jordy Blue. HEX triplet: 80, A9 and FE. RGB value is (128,169,254). Sum of RGB (Red+Green+Blue) = 128+169+254=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #80A9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A9FE is #7F5601. Grayscale: #A6A6A6. Windows color (decimal): -8345090 or 16689536. OLE color: 16689536.
HSL color Cylindrical-coordinate representation of color #80A9FE: hue angle of 220.48º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80A9FE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 169 | 254 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.00 |
| HSL | 220.48º | 0.98% | 0.75% | - |
| HSV(B) | 220.48º | 0.5% | 1% | - |
| XYZ | 40.98 | 40.12 | 99.35 | - |
| YUV | 166.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 254 | 0.50 | 0.33 | 0 | 0.00 | 220.48 | 0.98 | 0.75 |
| Hex | 80 | A9 | FE | 32 | 21 | 0 | 0 | DC | 62 | 4B |
| Octal | 200 | 251 | 376 | 62 | 41 | 0 | 0 | 334 | 142 | 113 |
| Binary | 10000000 | 10101001 | 11111110 | 110010 | 100001 | 0 | 0 | 11011100 | 1100010 | 1001011 |
Color Harmonies of #80A9FE
Complementary color
Monochromatic Colors of #80A9FE
Black with #80A9FE
Text Example
Text Example
White with #80A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A9FE; }
p { color: rgb(128,169,254); }
H1.HeaderClassName
{
color: #80A9FE;
}
.AnyTagClassName
{
color: #80A9FE;
}
</style>
background-color css
<style>
a { background-color: #80A9FE; }
a { background-color: rgb(128,169,254); }
div.DivClassName
{
background-color: #80A9FE;
}
.BgClassName
{
background-color: #80A9FE;
}
</style>
border-color css
<style>
span { border-color: #80A9FE; }
span { border-color: rgb(128,169,254); }
td.TdClassName
{
border-color: #80A9FE;
}
.TagClassName
{
border-color: #80A9FE;
}
</style>