Shades of Jordy Blue #81A0DD
Tints of Jordy Blue #81A0DD
RGB
CMYK
RGB Variations
Color information
#81A0DD (or 0x81A0DD) is known color: Jordy Blue. HEX triplet: 81, A0 and DD. RGB value is (129,160,221). Sum of RGB (Red+Green+Blue) = 129+160+221=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #81A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0DD is #7E5F22. Grayscale: #9D9D9D. Windows color (decimal): -8281891 or 14524545. OLE color: 14524545.
HSL color Cylindrical-coordinate representation of color #81A0DD: hue angle of 219.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81A0DD is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 160 | 221 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.13 |
| HSL | 219.78º | 0.58% | 0.69% | - |
| HSV(B) | 219.78º | 0.42% | 0.87% | - |
| XYZ | 34.68 | 35.03 | 73.34 | - |
| YUV | 157.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 221 | 0.42 | 0.28 | 0 | 0.13 | 219.78 | 0.58 | 0.69 |
| Hex | 81 | A0 | DD | 2A | 1C | 0 | D | DC | 3A | 45 |
| Octal | 201 | 240 | 335 | 52 | 34 | 0 | 15 | 334 | 72 | 105 |
| Binary | 10000001 | 10100000 | 11011101 | 101010 | 11100 | 0 | 1101 | 11011100 | 111010 | 1000101 |
Color Harmonies of #81A0DD
Complementary color
Monochromatic Colors of #81A0DD
Black with #81A0DD
Text Example
Text Example
White with #81A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A0DD; }
p { color: rgb(129,160,221); }
H1.HeaderClassName
{
color: #81A0DD;
}
.AnyTagClassName
{
color: #81A0DD;
}
</style>
background-color css
<style>
a { background-color: #81A0DD; }
a { background-color: rgb(129,160,221); }
div.DivClassName
{
background-color: #81A0DD;
}
.BgClassName
{
background-color: #81A0DD;
}
</style>
border-color css
<style>
span { border-color: #81A0DD; }
span { border-color: rgb(129,160,221); }
td.TdClassName
{
border-color: #81A0DD;
}
.TagClassName
{
border-color: #81A0DD;
}
</style>