Shades of Jordy Blue #81ABFD
Tints of Jordy Blue #81ABFD
RGB
CMYK
RGB Variations
Color information
#81ABFD (or 0x81ABFD) is known color: Jordy Blue. HEX triplet: 81, AB and FD. RGB value is (129,171,253). Sum of RGB (Red+Green+Blue) = 129+171+253=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #81ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ABFD is #7E5402. Grayscale: #A7A7A7. Windows color (decimal): -8279043 or 16624513. OLE color: 16624513.
HSL color Cylindrical-coordinate representation of color #81ABFD: hue angle of 219.68º 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 #81ABFD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 171 | 253 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.01 |
| HSL | 219.68º | 0.97% | 0.75% | - |
| HSV(B) | 219.68º | 0.49% | 0.99% | - |
| XYZ | 41.35 | 40.88 | 98.64 | - |
| YUV | 167.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 253 | 0.49 | 0.32 | 0 | 0.01 | 219.68 | 0.97 | 0.75 |
| Hex | 81 | AB | FD | 31 | 20 | 0 | 1 | DC | 61 | 4B |
| Octal | 201 | 253 | 375 | 61 | 40 | 0 | 1 | 334 | 141 | 113 |
| Binary | 10000001 | 10101011 | 11111101 | 110001 | 100000 | 0 | 1 | 11011100 | 1100001 | 1001011 |
Color Harmonies of #81ABFD
Complementary color
Monochromatic Colors of #81ABFD
Black with #81ABFD
Text Example
Text Example
White with #81ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ABFD; }
p { color: rgb(129,171,253); }
H1.HeaderClassName
{
color: #81ABFD;
}
.AnyTagClassName
{
color: #81ABFD;
}
</style>
background-color css
<style>
a { background-color: #81ABFD; }
a { background-color: rgb(129,171,253); }
div.DivClassName
{
background-color: #81ABFD;
}
.BgClassName
{
background-color: #81ABFD;
}
</style>
border-color css
<style>
span { border-color: #81ABFD; }
span { border-color: rgb(129,171,253); }
td.TdClassName
{
border-color: #81ABFD;
}
.TagClassName
{
border-color: #81ABFD;
}
</style>