Shades of Jordy Blue #81AAFA
Tints of Jordy Blue #81AAFA
RGB
CMYK
RGB Variations
Color information
#81AAFA (or 0x81AAFA) is known color: Jordy Blue. HEX triplet: 81, AA and FA. RGB value is (129,170,250). Sum of RGB (Red+Green+Blue) = 129+170+250=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #81AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAFA is #7E5505. Grayscale: #A6A6A6. Windows color (decimal): -8279302 or 16427649. OLE color: 16427649.
HSL color Cylindrical-coordinate representation of color #81AAFA: hue angle of 219.67º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81AAFA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 170 | 250 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.02 |
| HSL | 219.67º | 0.92% | 0.74% | - |
| HSV(B) | 219.67º | 0.48% | 0.98% | - |
| XYZ | 40.68 | 40.32 | 96.08 | - |
| YUV | 166.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 250 | 0.48 | 0.32 | 0 | 0.02 | 219.67 | 0.92 | 0.74 |
| Hex | 81 | AA | FA | 30 | 20 | 0 | 2 | DC | 5C | 4A |
| Octal | 201 | 252 | 372 | 60 | 40 | 0 | 2 | 334 | 134 | 112 |
| Binary | 10000001 | 10101010 | 11111010 | 110000 | 100000 | 0 | 10 | 11011100 | 1011100 | 1001010 |
Color Harmonies of #81AAFA
Complementary color
Monochromatic Colors of #81AAFA
Black with #81AAFA
Text Example
Text Example
White with #81AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AAFA; }
p { color: rgb(129,170,250); }
H1.HeaderClassName
{
color: #81AAFA;
}
.AnyTagClassName
{
color: #81AAFA;
}
</style>
background-color css
<style>
a { background-color: #81AAFA; }
a { background-color: rgb(129,170,250); }
div.DivClassName
{
background-color: #81AAFA;
}
.BgClassName
{
background-color: #81AAFA;
}
</style>
border-color css
<style>
span { border-color: #81AAFA; }
span { border-color: rgb(129,170,250); }
td.TdClassName
{
border-color: #81AAFA;
}
.TagClassName
{
border-color: #81AAFA;
}
</style>