Shades of Jordy Blue #80ABFC
Tints of Jordy Blue #80ABFC
RGB
CMYK
RGB Variations
Color information
#80ABFC (or 0x80ABFC) is known color: Jordy Blue. HEX triplet: 80, AB and FC. RGB value is (128,171,252). Sum of RGB (Red+Green+Blue) = 128+171+252=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #80ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABFC is #7F5403. Grayscale: #A7A7A7. Windows color (decimal): -8344580 or 16558976. OLE color: 16558976.
HSL color Cylindrical-coordinate representation of color #80ABFC: hue angle of 219.19º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80ABFC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 171 | 252 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.01 |
| HSL | 219.19º | 0.95% | 0.75% | - |
| HSV(B) | 219.19º | 0.49% | 0.99% | - |
| XYZ | 41.04 | 40.74 | 97.8 | - |
| YUV | 167.38 | 175.75 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 252 | 0.49 | 0.32 | 0 | 0.01 | 219.19 | 0.95 | 0.75 |
| Hex | 80 | AB | FC | 31 | 20 | 0 | 1 | DB | 5F | 4B |
| Octal | 200 | 253 | 374 | 61 | 40 | 0 | 1 | 333 | 137 | 113 |
| Binary | 10000000 | 10101011 | 11111100 | 110001 | 100000 | 0 | 1 | 11011011 | 1011111 | 1001011 |
Color Harmonies of #80ABFC
Complementary color
Monochromatic Colors of #80ABFC
Black with #80ABFC
Text Example
Text Example
White with #80ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ABFC; }
p { color: rgb(128,171,252); }
H1.HeaderClassName
{
color: #80ABFC;
}
.AnyTagClassName
{
color: #80ABFC;
}
</style>
background-color css
<style>
a { background-color: #80ABFC; }
a { background-color: rgb(128,171,252); }
div.DivClassName
{
background-color: #80ABFC;
}
.BgClassName
{
background-color: #80ABFC;
}
</style>
border-color css
<style>
span { border-color: #80ABFC; }
span { border-color: rgb(128,171,252); }
td.TdClassName
{
border-color: #80ABFC;
}
.TagClassName
{
border-color: #80ABFC;
}
</style>