Shades of Jordy Blue #80A8FE
Tints of Jordy Blue #80A8FE
RGB
CMYK
RGB Variations
Color information
#80A8FE (or 0x80A8FE) is known color: Jordy Blue. HEX triplet: 80, A8 and FE. RGB value is (128,168,254). Sum of RGB (Red+Green+Blue) = 128+168+254=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #80A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A8FE is #7F5701. Grayscale: #A5A5A5. Windows color (decimal): -8345346 or 16689280. OLE color: 16689280.
HSL color Cylindrical-coordinate representation of color #80A8FE: hue angle of 220.95º 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 #80A8FE is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 168 | 254 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.00 |
| HSL | 220.95º | 0.98% | 0.75% | - |
| HSV(B) | 220.95º | 0.5% | 1% | - |
| XYZ | 40.79 | 39.75 | 99.29 | - |
| YUV | 165.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 254 | 0.50 | 0.34 | 0 | 0.00 | 220.95 | 0.98 | 0.75 |
| Hex | 80 | A8 | FE | 32 | 22 | 0 | 0 | DD | 62 | 4B |
| Octal | 200 | 250 | 376 | 62 | 42 | 0 | 0 | 335 | 142 | 113 |
| Binary | 10000000 | 10101000 | 11111110 | 110010 | 100010 | 0 | 0 | 11011101 | 1100010 | 1001011 |
Color Harmonies of #80A8FE
Complementary color
Monochromatic Colors of #80A8FE
Black with #80A8FE
Text Example
Text Example
White with #80A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A8FE; }
p { color: rgb(128,168,254); }
H1.HeaderClassName
{
color: #80A8FE;
}
.AnyTagClassName
{
color: #80A8FE;
}
</style>
background-color css
<style>
a { background-color: #80A8FE; }
a { background-color: rgb(128,168,254); }
div.DivClassName
{
background-color: #80A8FE;
}
.BgClassName
{
background-color: #80A8FE;
}
</style>
border-color css
<style>
span { border-color: #80A8FE; }
span { border-color: rgb(128,168,254); }
td.TdClassName
{
border-color: #80A8FE;
}
.TagClassName
{
border-color: #80A8FE;
}
</style>