Shades of Jordy Blue #81A0DA
Tints of Jordy Blue #81A0DA
RGB
CMYK
RGB Variations
Color information
#81A0DA (or 0x81A0DA) is known color: Jordy Blue. HEX triplet: 81, A0 and DA. RGB value is (129,160,218). Sum of RGB (Red+Green+Blue) = 129+160+218=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #81A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0DA is #7E5F25. Grayscale: #9D9D9D. Windows color (decimal): -8281894 or 14327937. OLE color: 14327937.
HSL color Cylindrical-coordinate representation of color #81A0DA: hue angle of 219.1º 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 #81A0DA is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 160 | 218 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.15 |
| HSL | 219.1º | 0.55% | 0.68% | - |
| HSV(B) | 219.1º | 0.41% | 0.85% | - |
| XYZ | 34.28 | 34.87 | 71.25 | - |
| YUV | 157.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 218 | 0.41 | 0.27 | 0 | 0.15 | 219.1 | 0.55 | 0.68 |
| Hex | 81 | A0 | DA | 29 | 1B | 0 | F | DB | 37 | 44 |
| Octal | 201 | 240 | 332 | 51 | 33 | 0 | 17 | 333 | 67 | 104 |
| Binary | 10000001 | 10100000 | 11011010 | 101001 | 11011 | 0 | 1111 | 11011011 | 110111 | 1000100 |
Color Harmonies of #81A0DA
Complementary color
Monochromatic Colors of #81A0DA
Black with #81A0DA
Text Example
Text Example
White with #81A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A0DA; }
p { color: rgb(129,160,218); }
H1.HeaderClassName
{
color: #81A0DA;
}
.AnyTagClassName
{
color: #81A0DA;
}
</style>
background-color css
<style>
a { background-color: #81A0DA; }
a { background-color: rgb(129,160,218); }
div.DivClassName
{
background-color: #81A0DA;
}
.BgClassName
{
background-color: #81A0DA;
}
</style>
border-color css
<style>
span { border-color: #81A0DA; }
span { border-color: rgb(129,160,218); }
td.TdClassName
{
border-color: #81A0DA;
}
.TagClassName
{
border-color: #81A0DA;
}
</style>