Shades of Jordy Blue #81AADB
Tints of Jordy Blue #81AADB
RGB
CMYK
RGB Variations
Color information
#81AADB (or 0x81AADB) is known color: Jordy Blue. HEX triplet: 81, AA and DB. RGB value is (129,170,219). Sum of RGB (Red+Green+Blue) = 129+170+219=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #81AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AADB is #7E5524. Grayscale: #A3A3A3. Windows color (decimal): -8279333 or 14396033. OLE color: 14396033.
HSL color Cylindrical-coordinate representation of color #81AADB: hue angle of 212.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81AADB is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 170 | 219 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.14 |
| HSL | 212.67º | 0.56% | 0.68% | - |
| HSV(B) | 212.67º | 0.41% | 0.86% | - |
| XYZ | 36.21 | 38.53 | 72.55 | - |
| YUV | 163.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 219 | 0.41 | 0.22 | 0 | 0.14 | 212.67 | 0.56 | 0.68 |
| Hex | 81 | AA | DB | 29 | 16 | 0 | E | D5 | 38 | 44 |
| Octal | 201 | 252 | 333 | 51 | 26 | 0 | 16 | 325 | 70 | 104 |
| Binary | 10000001 | 10101010 | 11011011 | 101001 | 10110 | 0 | 1110 | 11010101 | 111000 | 1000100 |
Color Harmonies of #81AADB
Complementary color
Monochromatic Colors of #81AADB
Black with #81AADB
Text Example
Text Example
White with #81AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AADB; }
p { color: rgb(129,170,219); }
H1.HeaderClassName
{
color: #81AADB;
}
.AnyTagClassName
{
color: #81AADB;
}
</style>
background-color css
<style>
a { background-color: #81AADB; }
a { background-color: rgb(129,170,219); }
div.DivClassName
{
background-color: #81AADB;
}
.BgClassName
{
background-color: #81AADB;
}
</style>
border-color css
<style>
span { border-color: #81AADB; }
span { border-color: rgb(129,170,219); }
td.TdClassName
{
border-color: #81AADB;
}
.TagClassName
{
border-color: #81AADB;
}
</style>