Shades of Jordy Blue #81A1FD
Tints of Jordy Blue #81A1FD
RGB
CMYK
RGB Variations
Color information
#81A1FD (or 0x81A1FD) is known color: Jordy Blue. HEX triplet: 81, A1 and FD. RGB value is (129,161,253). Sum of RGB (Red+Green+Blue) = 129+161+253=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #81A1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A1FD is #7E5E02. Grayscale: #A1A1A1. Windows color (decimal): -8281603 or 16621953. OLE color: 16621953.
HSL color Cylindrical-coordinate representation of color #81A1FD: hue angle of 224.52º 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 #81A1FD is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 161 | 253 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.01 |
| HSL | 224.52º | 0.97% | 0.75% | - |
| HSV(B) | 224.52º | 0.49% | 0.99% | - |
| XYZ | 39.53 | 37.25 | 98.03 | - |
| YUV | 161.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 253 | 0.49 | 0.36 | 0 | 0.01 | 224.52 | 0.97 | 0.75 |
| Hex | 81 | A1 | FD | 31 | 24 | 0 | 1 | E1 | 61 | 4B |
| Octal | 201 | 241 | 375 | 61 | 44 | 0 | 1 | 341 | 141 | 113 |
| Binary | 10000001 | 10100001 | 11111101 | 110001 | 100100 | 0 | 1 | 11100001 | 1100001 | 1001011 |
Color Harmonies of #81A1FD
Complementary color
Monochromatic Colors of #81A1FD
Black with #81A1FD
Text Example
Text Example
White with #81A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A1FD; }
p { color: rgb(129,161,253); }
H1.HeaderClassName
{
color: #81A1FD;
}
.AnyTagClassName
{
color: #81A1FD;
}
</style>
background-color css
<style>
a { background-color: #81A1FD; }
a { background-color: rgb(129,161,253); }
div.DivClassName
{
background-color: #81A1FD;
}
.BgClassName
{
background-color: #81A1FD;
}
</style>
border-color css
<style>
span { border-color: #81A1FD; }
span { border-color: rgb(129,161,253); }
td.TdClassName
{
border-color: #81A1FD;
}
.TagClassName
{
border-color: #81A1FD;
}
</style>