Shades of Jordy Blue #81AAEA
Tints of Jordy Blue #81AAEA
RGB
CMYK
RGB Variations
Color information
#81AAEA (or 0x81AAEA) is known color: Jordy Blue. HEX triplet: 81, AA and EA. RGB value is (129,170,234). Sum of RGB (Red+Green+Blue) = 129+170+234=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #81AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAEA is #7E5515. Grayscale: #A4A4A4. Windows color (decimal): -8279318 or 15379073. OLE color: 15379073.
HSL color Cylindrical-coordinate representation of color #81AAEA: hue angle of 216.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81AAEA is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 170 | 234 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.08 |
| HSL | 216.57º | 0.71% | 0.71% | - |
| HSV(B) | 216.57º | 0.45% | 0.92% | - |
| XYZ | 38.28 | 39.36 | 83.42 | - |
| YUV | 165.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 234 | 0.45 | 0.27 | 0 | 0.08 | 216.57 | 0.71 | 0.71 |
| Hex | 81 | AA | EA | 2D | 1B | 0 | 8 | D9 | 47 | 47 |
| Octal | 201 | 252 | 352 | 55 | 33 | 0 | 10 | 331 | 107 | 107 |
| Binary | 10000001 | 10101010 | 11101010 | 101101 | 11011 | 0 | 1000 | 11011001 | 1000111 | 1000111 |
Color Harmonies of #81AAEA
Complementary color
Monochromatic Colors of #81AAEA
Black with #81AAEA
Text Example
Text Example
White with #81AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AAEA; }
p { color: rgb(129,170,234); }
H1.HeaderClassName
{
color: #81AAEA;
}
.AnyTagClassName
{
color: #81AAEA;
}
</style>
background-color css
<style>
a { background-color: #81AAEA; }
a { background-color: rgb(129,170,234); }
div.DivClassName
{
background-color: #81AAEA;
}
.BgClassName
{
background-color: #81AAEA;
}
</style>
border-color css
<style>
span { border-color: #81AAEA; }
span { border-color: rgb(129,170,234); }
td.TdClassName
{
border-color: #81AAEA;
}
.TagClassName
{
border-color: #81AAEA;
}
</style>