Shades of Jordy Blue #81A9DB
Tints of Jordy Blue #81A9DB
RGB
CMYK
RGB Variations
Color information
#81A9DB (or 0x81A9DB) is known color: Jordy Blue. HEX triplet: 81, A9 and DB. RGB value is (129,169,219). Sum of RGB (Red+Green+Blue) = 129+169+219=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #81A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A9DB is #7E5624. Grayscale: #A2A2A2. Windows color (decimal): -8279589 or 14395777. OLE color: 14395777.
HSL color Cylindrical-coordinate representation of color #81A9DB: hue angle of 213.33º 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 #81A9DB is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 169 | 219 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.14 |
| HSL | 213.33º | 0.56% | 0.68% | - |
| HSV(B) | 213.33º | 0.41% | 0.86% | - |
| XYZ | 36.03 | 38.16 | 72.48 | - |
| YUV | 162.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 219 | 0.41 | 0.23 | 0 | 0.14 | 213.33 | 0.56 | 0.68 |
| Hex | 81 | A9 | DB | 29 | 17 | 0 | E | D5 | 38 | 44 |
| Octal | 201 | 251 | 333 | 51 | 27 | 0 | 16 | 325 | 70 | 104 |
| Binary | 10000001 | 10101001 | 11011011 | 101001 | 10111 | 0 | 1110 | 11010101 | 111000 | 1000100 |
Color Harmonies of #81A9DB
Complementary color
Monochromatic Colors of #81A9DB
Black with #81A9DB
Text Example
Text Example
White with #81A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A9DB; }
p { color: rgb(129,169,219); }
H1.HeaderClassName
{
color: #81A9DB;
}
.AnyTagClassName
{
color: #81A9DB;
}
</style>
background-color css
<style>
a { background-color: #81A9DB; }
a { background-color: rgb(129,169,219); }
div.DivClassName
{
background-color: #81A9DB;
}
.BgClassName
{
background-color: #81A9DB;
}
</style>
border-color css
<style>
span { border-color: #81A9DB; }
span { border-color: rgb(129,169,219); }
td.TdClassName
{
border-color: #81A9DB;
}
.TagClassName
{
border-color: #81A9DB;
}
</style>