Shades of Jordy Blue #81ACDB
Tints of Jordy Blue #81ACDB
RGB
CMYK
RGB Variations
Color information
#81ACDB (or 0x81ACDB) is known color: Jordy Blue. HEX triplet: 81, AC and DB. RGB value is (129,172,219). Sum of RGB (Red+Green+Blue) = 129+172+219=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #81ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACDB is #7E5324. Grayscale: #A4A4A4. Windows color (decimal): -8278821 or 14396545. OLE color: 14396545.
HSL color Cylindrical-coordinate representation of color #81ACDB: hue angle of 211.33º degrees, saturation: 0.56, 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 #81ACDB is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 172 | 219 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.14 |
| HSL | 211.33º | 0.56% | 0.68% | - |
| HSV(B) | 211.33º | 0.41% | 0.86% | - |
| XYZ | 36.59 | 39.29 | 72.67 | - |
| YUV | 164.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 219 | 0.41 | 0.21 | 0 | 0.14 | 211.33 | 0.56 | 0.68 |
| Hex | 81 | AC | DB | 29 | 15 | 0 | E | D3 | 38 | 44 |
| Octal | 201 | 254 | 333 | 51 | 25 | 0 | 16 | 323 | 70 | 104 |
| Binary | 10000001 | 10101100 | 11011011 | 101001 | 10101 | 0 | 1110 | 11010011 | 111000 | 1000100 |
Color Harmonies of #81ACDB
Complementary color
Monochromatic Colors of #81ACDB
Black with #81ACDB
Text Example
Text Example
White with #81ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ACDB; }
p { color: rgb(129,172,219); }
H1.HeaderClassName
{
color: #81ACDB;
}
.AnyTagClassName
{
color: #81ACDB;
}
</style>
background-color css
<style>
a { background-color: #81ACDB; }
a { background-color: rgb(129,172,219); }
div.DivClassName
{
background-color: #81ACDB;
}
.BgClassName
{
background-color: #81ACDB;
}
</style>
border-color css
<style>
span { border-color: #81ACDB; }
span { border-color: rgb(129,172,219); }
td.TdClassName
{
border-color: #81ACDB;
}
.TagClassName
{
border-color: #81ACDB;
}
</style>