Shades of Jordy Blue #81A9EA
Tints of Jordy Blue #81A9EA
RGB
CMYK
RGB Variations
Color information
#81A9EA (or 0x81A9EA) is known color: Jordy Blue. HEX triplet: 81, A9 and EA. RGB value is (129,169,234). Sum of RGB (Red+Green+Blue) = 129+169+234=532 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.25% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #81A9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A9EA is #7E5615. Grayscale: #A4A4A4. Windows color (decimal): -8279574 or 15378817. OLE color: 15378817.
HSL color Cylindrical-coordinate representation of color #81A9EA: hue angle of 217.14º 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 #81A9EA is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 169 | 234 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.08 |
| HSL | 217.14º | 0.71% | 0.71% | - |
| HSV(B) | 217.14º | 0.45% | 0.92% | - |
| XYZ | 38.09 | 38.98 | 83.36 | - |
| YUV | 164.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 234 | 0.45 | 0.28 | 0 | 0.08 | 217.14 | 0.71 | 0.71 |
| Hex | 81 | A9 | EA | 2D | 1C | 0 | 8 | D9 | 47 | 47 |
| Octal | 201 | 251 | 352 | 55 | 34 | 0 | 10 | 331 | 107 | 107 |
| Binary | 10000001 | 10101001 | 11101010 | 101101 | 11100 | 0 | 1000 | 11011001 | 1000111 | 1000111 |
Color Harmonies of #81A9EA
Complementary color
Monochromatic Colors of #81A9EA
Black with #81A9EA
Text Example
Text Example
White with #81A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A9EA; }
p { color: rgb(129,169,234); }
H1.HeaderClassName
{
color: #81A9EA;
}
.AnyTagClassName
{
color: #81A9EA;
}
</style>
background-color css
<style>
a { background-color: #81A9EA; }
a { background-color: rgb(129,169,234); }
div.DivClassName
{
background-color: #81A9EA;
}
.BgClassName
{
background-color: #81A9EA;
}
</style>
border-color css
<style>
span { border-color: #81A9EA; }
span { border-color: rgb(129,169,234); }
td.TdClassName
{
border-color: #81A9EA;
}
.TagClassName
{
border-color: #81A9EA;
}
</style>