Shades of Jordy Blue #81AAE3
Tints of Jordy Blue #81AAE3
RGB
CMYK
RGB Variations
Color information
#81AAE3 (or 0x81AAE3) is known color: Jordy Blue. HEX triplet: 81, AA and E3. RGB value is (129,170,227). Sum of RGB (Red+Green+Blue) = 129+170+227=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #81AAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AAE3 is #7E551C. Grayscale: #A3A3A3. Windows color (decimal): -8279325 or 14920321. OLE color: 14920321.
HSL color Cylindrical-coordinate representation of color #81AAE3: hue angle of 214.9º 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 #81AAE3 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 170 | 227 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.11 |
| HSL | 214.9º | 0.64% | 0.7% | - |
| HSV(B) | 214.9º | 0.43% | 0.89% | - |
| XYZ | 37.29 | 38.96 | 78.23 | - |
| YUV | 164.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 227 | 0.43 | 0.25 | 0 | 0.11 | 214.9 | 0.64 | 0.7 |
| Hex | 81 | AA | E3 | 2B | 19 | 0 | B | D7 | 40 | 46 |
| Octal | 201 | 252 | 343 | 53 | 31 | 0 | 13 | 327 | 100 | 106 |
| Binary | 10000001 | 10101010 | 11100011 | 101011 | 11001 | 0 | 1011 | 11010111 | 1000000 | 1000110 |
Color Harmonies of #81AAE3
Complementary color
Monochromatic Colors of #81AAE3
Black with #81AAE3
Text Example
Text Example
White with #81AAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AAE3; }
p { color: rgb(129,170,227); }
H1.HeaderClassName
{
color: #81AAE3;
}
.AnyTagClassName
{
color: #81AAE3;
}
</style>
background-color css
<style>
a { background-color: #81AAE3; }
a { background-color: rgb(129,170,227); }
div.DivClassName
{
background-color: #81AAE3;
}
.BgClassName
{
background-color: #81AAE3;
}
</style>
border-color css
<style>
span { border-color: #81AAE3; }
span { border-color: rgb(129,170,227); }
td.TdClassName
{
border-color: #81AAE3;
}
.TagClassName
{
border-color: #81AAE3;
}
</style>