Shades of Jordy Blue #81AEDA
Tints of Jordy Blue #81AEDA
RGB
CMYK
RGB Variations
Color information
#81AEDA (or 0x81AEDA) is known color: Jordy Blue. HEX triplet: 81, AE and DA. RGB value is (129,174,218). Sum of RGB (Red+Green+Blue) = 129+174+218=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #81AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEDA is #7E5125. Grayscale: #A5A5A5. Windows color (decimal): -8278310 or 14331521. OLE color: 14331521.
HSL color Cylindrical-coordinate representation of color #81AEDA: hue angle of 209.66º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81AEDA is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 174 | 218 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.15 |
| HSL | 209.66º | 0.55% | 0.68% | - |
| HSV(B) | 209.66º | 0.41% | 0.85% | - |
| XYZ | 36.84 | 40 | 72.11 | - |
| YUV | 165.56 | 157.59 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 218 | 0.41 | 0.20 | 0 | 0.15 | 209.66 | 0.55 | 0.68 |
| Hex | 81 | AE | DA | 29 | 14 | 0 | F | D2 | 37 | 44 |
| Octal | 201 | 256 | 332 | 51 | 24 | 0 | 17 | 322 | 67 | 104 |
| Binary | 10000001 | 10101110 | 11011010 | 101001 | 10100 | 0 | 1111 | 11010010 | 110111 | 1000100 |
Color Harmonies of #81AEDA
Complementary color
Monochromatic Colors of #81AEDA
Black with #81AEDA
Text Example
Text Example
White with #81AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AEDA; }
p { color: rgb(129,174,218); }
H1.HeaderClassName
{
color: #81AEDA;
}
.AnyTagClassName
{
color: #81AEDA;
}
</style>
background-color css
<style>
a { background-color: #81AEDA; }
a { background-color: rgb(129,174,218); }
div.DivClassName
{
background-color: #81AEDA;
}
.BgClassName
{
background-color: #81AEDA;
}
</style>
border-color css
<style>
span { border-color: #81AEDA; }
span { border-color: rgb(129,174,218); }
td.TdClassName
{
border-color: #81AEDA;
}
.TagClassName
{
border-color: #81AEDA;
}
</style>