Shades of Jordy Blue #81AFF1
Tints of Jordy Blue #81AFF1
RGB
CMYK
RGB Variations
Color information
#81AFF1 (or 0x81AFF1) is known color: Jordy Blue. HEX triplet: 81, AF and F1. RGB value is (129,175,241). Sum of RGB (Red+Green+Blue) = 129+175+241=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #81AFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFF1 is #7E500E. Grayscale: #A8A8A8. Windows color (decimal): -8278031 or 15839105. OLE color: 15839105.
HSL color Cylindrical-coordinate representation of color #81AFF1: hue angle of 215.36º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81AFF1 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 175 | 241 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.05 |
| HSL | 215.36º | 0.8% | 0.73% | - |
| HSV(B) | 215.36º | 0.46% | 0.95% | - |
| XYZ | 40.26 | 41.68 | 89.14 | - |
| YUV | 168.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 241 | 0.46 | 0.27 | 0 | 0.05 | 215.36 | 0.8 | 0.73 |
| Hex | 81 | AF | F1 | 2E | 1B | 0 | 5 | D7 | 50 | 49 |
| Octal | 201 | 257 | 361 | 56 | 33 | 0 | 5 | 327 | 120 | 111 |
| Binary | 10000001 | 10101111 | 11110001 | 101110 | 11011 | 0 | 101 | 11010111 | 1010000 | 1001001 |
Color Harmonies of #81AFF1
Complementary color
Monochromatic Colors of #81AFF1
Black with #81AFF1
Text Example
Text Example
White with #81AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFF1; }
p { color: rgb(129,175,241); }
H1.HeaderClassName
{
color: #81AFF1;
}
.AnyTagClassName
{
color: #81AFF1;
}
</style>
background-color css
<style>
a { background-color: #81AFF1; }
a { background-color: rgb(129,175,241); }
div.DivClassName
{
background-color: #81AFF1;
}
.BgClassName
{
background-color: #81AFF1;
}
</style>
border-color css
<style>
span { border-color: #81AFF1; }
span { border-color: rgb(129,175,241); }
td.TdClassName
{
border-color: #81AFF1;
}
.TagClassName
{
border-color: #81AFF1;
}
</style>