Shades of Jordy Blue #81ABDC
Tints of Jordy Blue #81ABDC
RGB
CMYK
RGB Variations
Color information
#81ABDC (or 0x81ABDC) is known color: Jordy Blue. HEX triplet: 81, AB and DC. RGB value is (129,171,220). Sum of RGB (Red+Green+Blue) = 129+171+220=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #81ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABDC is #7E5423. Grayscale: #A3A3A3. Windows color (decimal): -8279076 or 14461825. OLE color: 14461825.
HSL color Cylindrical-coordinate representation of color #81ABDC: hue angle of 212.31º degrees, saturation: 0.57, 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 #81ABDC is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 171 | 220 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.14 |
| HSL | 212.31º | 0.57% | 0.68% | - |
| HSV(B) | 212.31º | 0.41% | 0.86% | - |
| XYZ | 36.53 | 38.96 | 73.3 | - |
| YUV | 164.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 220 | 0.41 | 0.22 | 0 | 0.14 | 212.31 | 0.57 | 0.68 |
| Hex | 81 | AB | DC | 29 | 16 | 0 | E | D4 | 39 | 44 |
| Octal | 201 | 253 | 334 | 51 | 26 | 0 | 16 | 324 | 71 | 104 |
| Binary | 10000001 | 10101011 | 11011100 | 101001 | 10110 | 0 | 1110 | 11010100 | 111001 | 1000100 |
Color Harmonies of #81ABDC
Complementary color
Monochromatic Colors of #81ABDC
Black with #81ABDC
Text Example
Text Example
White with #81ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ABDC; }
p { color: rgb(129,171,220); }
H1.HeaderClassName
{
color: #81ABDC;
}
.AnyTagClassName
{
color: #81ABDC;
}
</style>
background-color css
<style>
a { background-color: #81ABDC; }
a { background-color: rgb(129,171,220); }
div.DivClassName
{
background-color: #81ABDC;
}
.BgClassName
{
background-color: #81ABDC;
}
</style>
border-color css
<style>
span { border-color: #81ABDC; }
span { border-color: rgb(129,171,220); }
td.TdClassName
{
border-color: #81ABDC;
}
.TagClassName
{
border-color: #81ABDC;
}
</style>