Shades of Jordy Blue #80ABFD
Tints of Jordy Blue #80ABFD
RGB
CMYK
RGB Variations
Color information
#80ABFD (or 0x80ABFD) is known color: Jordy Blue. HEX triplet: 80, AB and FD. RGB value is (128,171,253). Sum of RGB (Red+Green+Blue) = 128+171+253=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #80ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABFD is #7F5402. Grayscale: #A7A7A7. Windows color (decimal): -8344579 or 16624512. OLE color: 16624512.
HSL color Cylindrical-coordinate representation of color #80ABFD: hue angle of 219.36º degrees, saturation: 0.97, 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 #80ABFD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 171 | 253 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.01 |
| HSL | 219.36º | 0.97% | 0.75% | - |
| HSV(B) | 219.36º | 0.49% | 0.99% | - |
| XYZ | 41.19 | 40.81 | 98.63 | - |
| YUV | 167.49 | 176.25 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 253 | 0.49 | 0.32 | 0 | 0.01 | 219.36 | 0.97 | 0.75 |
| Hex | 80 | AB | FD | 31 | 20 | 0 | 1 | DB | 61 | 4B |
| Octal | 200 | 253 | 375 | 61 | 40 | 0 | 1 | 333 | 141 | 113 |
| Binary | 10000000 | 10101011 | 11111101 | 110001 | 100000 | 0 | 1 | 11011011 | 1100001 | 1001011 |
Color Harmonies of #80ABFD
Complementary color
Monochromatic Colors of #80ABFD
Black with #80ABFD
Text Example
Text Example
White with #80ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ABFD; }
p { color: rgb(128,171,253); }
H1.HeaderClassName
{
color: #80ABFD;
}
.AnyTagClassName
{
color: #80ABFD;
}
</style>
background-color css
<style>
a { background-color: #80ABFD; }
a { background-color: rgb(128,171,253); }
div.DivClassName
{
background-color: #80ABFD;
}
.BgClassName
{
background-color: #80ABFD;
}
</style>
border-color css
<style>
span { border-color: #80ABFD; }
span { border-color: rgb(128,171,253); }
td.TdClassName
{
border-color: #80ABFD;
}
.TagClassName
{
border-color: #80ABFD;
}
</style>