Shades of Jordy Blue #81AAFF
Tints of Jordy Blue #81AAFF
RGB
CMYK
RGB Variations
Color information
#81AAFF (or 0x81AAFF) is known color: Jordy Blue. HEX triplet: 81, AA and FF. RGB value is (129,170,255). Sum of RGB (Red+Green+Blue) = 129+170+255=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #81AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAFF is #7E5500. Grayscale: #A7A7A7. Windows color (decimal): -8279297 or 16755329. OLE color: 16755329.
HSL color Cylindrical-coordinate representation of color #81AAFF: hue angle of 220.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81AAFF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 170 | 255 | - |
| CMYK | 0.49 | 0.33 | 0 | 0 |
| HSL | 220.48º | 1% | 0.75% | - |
| HSV(B) | 220.48º | 0.49% | 1% | - |
| XYZ | 41.48 | 40.64 | 100.27 | - |
| YUV | 167.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 255 | 0.49 | 0.33 | 0 | 0 | 220.48 | 1 | 0.75 |
| Hex | 81 | AA | FF | 31 | 21 | 0 | 0 | DC | 64 | 4B |
| Octal | 201 | 252 | 377 | 61 | 41 | 0 | 0 | 334 | 144 | 113 |
| Binary | 10000001 | 10101010 | 11111111 | 110001 | 100001 | 0 | 0 | 11011100 | 1100100 | 1001011 |
Color Harmonies of #81AAFF
Complementary color
Monochromatic Colors of #81AAFF
Black with #81AAFF
Text Example
Text Example
White with #81AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AAFF; }
p { color: rgb(129,170,255); }
H1.HeaderClassName
{
color: #81AAFF;
}
.AnyTagClassName
{
color: #81AAFF;
}
</style>
background-color css
<style>
a { background-color: #81AAFF; }
a { background-color: rgb(129,170,255); }
div.DivClassName
{
background-color: #81AAFF;
}
.BgClassName
{
background-color: #81AAFF;
}
</style>
border-color css
<style>
span { border-color: #81AAFF; }
span { border-color: rgb(129,170,255); }
td.TdClassName
{
border-color: #81AAFF;
}
.TagClassName
{
border-color: #81AAFF;
}
</style>