Shades of Jordy Blue #81ABDF
Tints of Jordy Blue #81ABDF
RGB
CMYK
RGB Variations
Color information
#81ABDF (or 0x81ABDF) is known color: Jordy Blue. HEX triplet: 81, AB and DF. RGB value is (129,171,223). Sum of RGB (Red+Green+Blue) = 129+171+223=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #81ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABDF is #7E5420. Grayscale: #A4A4A4. Windows color (decimal): -8279073 or 14658433. OLE color: 14658433.
HSL color Cylindrical-coordinate representation of color #81ABDF: hue angle of 213.19º degrees, saturation: 0.59, 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 #81ABDF is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 171 | 223 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.13 |
| HSL | 213.19º | 0.59% | 0.69% | - |
| HSV(B) | 213.19º | 0.42% | 0.87% | - |
| XYZ | 36.94 | 39.12 | 75.42 | - |
| YUV | 164.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 223 | 0.42 | 0.23 | 0 | 0.13 | 213.19 | 0.59 | 0.69 |
| Hex | 81 | AB | DF | 2A | 17 | 0 | D | D5 | 3B | 45 |
| Octal | 201 | 253 | 337 | 52 | 27 | 0 | 15 | 325 | 73 | 105 |
| Binary | 10000001 | 10101011 | 11011111 | 101010 | 10111 | 0 | 1101 | 11010101 | 111011 | 1000101 |
Color Harmonies of #81ABDF
Complementary color
Monochromatic Colors of #81ABDF
Black with #81ABDF
Text Example
Text Example
White with #81ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ABDF; }
p { color: rgb(129,171,223); }
H1.HeaderClassName
{
color: #81ABDF;
}
.AnyTagClassName
{
color: #81ABDF;
}
</style>
background-color css
<style>
a { background-color: #81ABDF; }
a { background-color: rgb(129,171,223); }
div.DivClassName
{
background-color: #81ABDF;
}
.BgClassName
{
background-color: #81ABDF;
}
</style>
border-color css
<style>
span { border-color: #81ABDF; }
span { border-color: rgb(129,171,223); }
td.TdClassName
{
border-color: #81ABDF;
}
.TagClassName
{
border-color: #81ABDF;
}
</style>