Shades of Jordy Blue #81ABE1
Tints of Jordy Blue #81ABE1
RGB
CMYK
RGB Variations
Color information
#81ABE1 (or 0x81ABE1) is known color: Jordy Blue. HEX triplet: 81, AB and E1. RGB value is (129,171,225). Sum of RGB (Red+Green+Blue) = 129+171+225=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #81ABE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABE1 is #7E541E. Grayscale: #A4A4A4. Windows color (decimal): -8279071 or 14789505. OLE color: 14789505.
HSL color Cylindrical-coordinate representation of color #81ABE1: hue angle of 213.75º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81ABE1 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 171 | 225 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.12 |
| HSL | 213.75º | 0.62% | 0.69% | - |
| HSV(B) | 213.75º | 0.43% | 0.88% | - |
| XYZ | 37.21 | 39.23 | 76.85 | - |
| YUV | 164.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 225 | 0.43 | 0.24 | 0 | 0.12 | 213.75 | 0.62 | 0.69 |
| Hex | 81 | AB | E1 | 2B | 18 | 0 | C | D6 | 3E | 45 |
| Octal | 201 | 253 | 341 | 53 | 30 | 0 | 14 | 326 | 76 | 105 |
| Binary | 10000001 | 10101011 | 11100001 | 101011 | 11000 | 0 | 1100 | 11010110 | 111110 | 1000101 |
Color Harmonies of #81ABE1
Complementary color
Monochromatic Colors of #81ABE1
Black with #81ABE1
Text Example
Text Example
White with #81ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ABE1; }
p { color: rgb(129,171,225); }
H1.HeaderClassName
{
color: #81ABE1;
}
.AnyTagClassName
{
color: #81ABE1;
}
</style>
background-color css
<style>
a { background-color: #81ABE1; }
a { background-color: rgb(129,171,225); }
div.DivClassName
{
background-color: #81ABE1;
}
.BgClassName
{
background-color: #81ABE1;
}
</style>
border-color css
<style>
span { border-color: #81ABE1; }
span { border-color: rgb(129,171,225); }
td.TdClassName
{
border-color: #81ABE1;
}
.TagClassName
{
border-color: #81ABE1;
}
</style>