Shades of Jordy Blue #81ACE3
Tints of Jordy Blue #81ACE3
RGB
CMYK
RGB Variations
Color information
#81ACE3 (or 0x81ACE3) is known color: Jordy Blue. HEX triplet: 81, AC and E3. RGB value is (129,172,227). Sum of RGB (Red+Green+Blue) = 129+172+227=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 227 - color contains mainly: blue. Hex color #81ACE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACE3 is #7E531C. Grayscale: #A5A5A5. Windows color (decimal): -8278813 or 14920833. OLE color: 14920833.
HSL color Cylindrical-coordinate representation of color #81ACE3: hue angle of 213.67º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81ACE3 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 172 | 227 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.11 |
| HSL | 213.67º | 0.64% | 0.7% | - |
| HSV(B) | 213.67º | 0.43% | 0.89% | - |
| XYZ | 37.67 | 39.72 | 78.35 | - |
| YUV | 165.41 | 162.75 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 227 | 0.43 | 0.24 | 0 | 0.11 | 213.67 | 0.64 | 0.7 |
| Hex | 81 | AC | E3 | 2B | 18 | 0 | B | D6 | 40 | 46 |
| Octal | 201 | 254 | 343 | 53 | 30 | 0 | 13 | 326 | 100 | 106 |
| Binary | 10000001 | 10101100 | 11100011 | 101011 | 11000 | 0 | 1011 | 11010110 | 1000000 | 1000110 |
Color Harmonies of #81ACE3
Complementary color
Monochromatic Colors of #81ACE3
Black with #81ACE3
Text Example
Text Example
White with #81ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ACE3; }
p { color: rgb(129,172,227); }
H1.HeaderClassName
{
color: #81ACE3;
}
.AnyTagClassName
{
color: #81ACE3;
}
</style>
background-color css
<style>
a { background-color: #81ACE3; }
a { background-color: rgb(129,172,227); }
div.DivClassName
{
background-color: #81ACE3;
}
.BgClassName
{
background-color: #81ACE3;
}
</style>
border-color css
<style>
span { border-color: #81ACE3; }
span { border-color: rgb(129,172,227); }
td.TdClassName
{
border-color: #81ACE3;
}
.TagClassName
{
border-color: #81ACE3;
}
</style>