Shades of Jordy Blue #80ABFE
Tints of Jordy Blue #80ABFE
RGB
CMYK
RGB Variations
Color information
#80ABFE (or 0x80ABFE) is known color: Jordy Blue. HEX triplet: 80, AB and FE. RGB value is (128,171,254). Sum of RGB (Red+Green+Blue) = 128+171+254=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #80ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABFE is #7F5401. Grayscale: #A7A7A7. Windows color (decimal): -8344578 or 16690048. OLE color: 16690048.
HSL color Cylindrical-coordinate representation of color #80ABFE: hue angle of 219.52º 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 #80ABFE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 171 | 254 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.00 |
| HSL | 219.52º | 0.98% | 0.75% | - |
| HSV(B) | 219.52º | 0.5% | 1% | - |
| XYZ | 41.35 | 40.87 | 99.48 | - |
| YUV | 167.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 254 | 0.50 | 0.33 | 0 | 0.00 | 219.52 | 0.98 | 0.75 |
| Hex | 80 | AB | FE | 32 | 21 | 0 | 0 | DC | 62 | 4B |
| Octal | 200 | 253 | 376 | 62 | 41 | 0 | 0 | 334 | 142 | 113 |
| Binary | 10000000 | 10101011 | 11111110 | 110010 | 100001 | 0 | 0 | 11011100 | 1100010 | 1001011 |
Color Harmonies of #80ABFE
Complementary color
Monochromatic Colors of #80ABFE
Black with #80ABFE
Text Example
Text Example
White with #80ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ABFE; }
p { color: rgb(128,171,254); }
H1.HeaderClassName
{
color: #80ABFE;
}
.AnyTagClassName
{
color: #80ABFE;
}
</style>
background-color css
<style>
a { background-color: #80ABFE; }
a { background-color: rgb(128,171,254); }
div.DivClassName
{
background-color: #80ABFE;
}
.BgClassName
{
background-color: #80ABFE;
}
</style>
border-color css
<style>
span { border-color: #80ABFE; }
span { border-color: rgb(128,171,254); }
td.TdClassName
{
border-color: #80ABFE;
}
.TagClassName
{
border-color: #80ABFE;
}
</style>