Shades of Jordy Blue #80A7FE
Tints of Jordy Blue #80A7FE
RGB
CMYK
RGB Variations
Color information
#80A7FE (or 0x80A7FE) is known color: Jordy Blue. HEX triplet: 80, A7 and FE. RGB value is (128,167,254). Sum of RGB (Red+Green+Blue) = 128+167+254=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #80A7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A7FE is #7F5801. Grayscale: #A4A4A4. Windows color (decimal): -8345602 or 16689024. OLE color: 16689024.
HSL color Cylindrical-coordinate representation of color #80A7FE: hue angle of 221.43º 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 #80A7FE is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 167 | 254 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.00 |
| HSL | 221.43º | 0.98% | 0.75% | - |
| HSV(B) | 221.43º | 0.5% | 1% | - |
| XYZ | 40.61 | 39.38 | 99.23 | - |
| YUV | 165.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 254 | 0.50 | 0.34 | 0 | 0.00 | 221.43 | 0.98 | 0.75 |
| Hex | 80 | A7 | FE | 32 | 22 | 0 | 0 | DD | 62 | 4B |
| Octal | 200 | 247 | 376 | 62 | 42 | 0 | 0 | 335 | 142 | 113 |
| Binary | 10000000 | 10100111 | 11111110 | 110010 | 100010 | 0 | 0 | 11011101 | 1100010 | 1001011 |
Color Harmonies of #80A7FE
Complementary color
Monochromatic Colors of #80A7FE
Black with #80A7FE
Text Example
Text Example
White with #80A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A7FE; }
p { color: rgb(128,167,254); }
H1.HeaderClassName
{
color: #80A7FE;
}
.AnyTagClassName
{
color: #80A7FE;
}
</style>
background-color css
<style>
a { background-color: #80A7FE; }
a { background-color: rgb(128,167,254); }
div.DivClassName
{
background-color: #80A7FE;
}
.BgClassName
{
background-color: #80A7FE;
}
</style>
border-color css
<style>
span { border-color: #80A7FE; }
span { border-color: rgb(128,167,254); }
td.TdClassName
{
border-color: #80A7FE;
}
.TagClassName
{
border-color: #80A7FE;
}
</style>