Shades of Jordy Blue #81ADE0
Tints of Jordy Blue #81ADE0
RGB
CMYK
RGB Variations
Color information
#81ADE0 (or 0x81ADE0) is known color: Jordy Blue. HEX triplet: 81, AD and E0. RGB value is (129,173,224). Sum of RGB (Red+Green+Blue) = 129+173+224=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #81ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADE0 is #7E521F. Grayscale: #A5A5A5. Windows color (decimal): -8278560 or 14724481. OLE color: 14724481.
HSL color Cylindrical-coordinate representation of color #81ADE0: hue angle of 212.21º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81ADE0 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 173 | 224 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.12 |
| HSL | 212.21º | 0.61% | 0.69% | - |
| HSV(B) | 212.21º | 0.42% | 0.88% | - |
| XYZ | 37.45 | 39.94 | 76.26 | - |
| YUV | 165.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 224 | 0.42 | 0.23 | 0 | 0.12 | 212.21 | 0.61 | 0.69 |
| Hex | 81 | AD | E0 | 2A | 17 | 0 | C | D4 | 3D | 45 |
| Octal | 201 | 255 | 340 | 52 | 27 | 0 | 14 | 324 | 75 | 105 |
| Binary | 10000001 | 10101101 | 11100000 | 101010 | 10111 | 0 | 1100 | 11010100 | 111101 | 1000101 |
Color Harmonies of #81ADE0
Complementary color
Monochromatic Colors of #81ADE0
Black with #81ADE0
Text Example
Text Example
White with #81ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADE0; }
p { color: rgb(129,173,224); }
H1.HeaderClassName
{
color: #81ADE0;
}
.AnyTagClassName
{
color: #81ADE0;
}
</style>
background-color css
<style>
a { background-color: #81ADE0; }
a { background-color: rgb(129,173,224); }
div.DivClassName
{
background-color: #81ADE0;
}
.BgClassName
{
background-color: #81ADE0;
}
</style>
border-color css
<style>
span { border-color: #81ADE0; }
span { border-color: rgb(129,173,224); }
td.TdClassName
{
border-color: #81ADE0;
}
.TagClassName
{
border-color: #81ADE0;
}
</style>