Shades of Jordy Blue #81AEDF
Tints of Jordy Blue #81AEDF
RGB
CMYK
RGB Variations
Color information
#81AEDF (or 0x81AEDF) is known color: Jordy Blue. HEX triplet: 81, AE and DF. RGB value is (129,174,223). Sum of RGB (Red+Green+Blue) = 129+174+223=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #81AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEDF is #7E5120. Grayscale: #A5A5A5. Windows color (decimal): -8278305 or 14659201. OLE color: 14659201.
HSL color Cylindrical-coordinate representation of color #81AEDF: hue angle of 211.28º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81AEDF is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 174 | 223 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.13 |
| HSL | 211.28º | 0.59% | 0.69% | - |
| HSV(B) | 211.28º | 0.42% | 0.87% | - |
| XYZ | 37.51 | 40.27 | 75.61 | - |
| YUV | 166.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 223 | 0.42 | 0.22 | 0 | 0.13 | 211.28 | 0.59 | 0.69 |
| Hex | 81 | AE | DF | 2A | 16 | 0 | D | D3 | 3B | 45 |
| Octal | 201 | 256 | 337 | 52 | 26 | 0 | 15 | 323 | 73 | 105 |
| Binary | 10000001 | 10101110 | 11011111 | 101010 | 10110 | 0 | 1101 | 11010011 | 111011 | 1000101 |
Color Harmonies of #81AEDF
Complementary color
Monochromatic Colors of #81AEDF
Black with #81AEDF
Text Example
Text Example
White with #81AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AEDF; }
p { color: rgb(129,174,223); }
H1.HeaderClassName
{
color: #81AEDF;
}
.AnyTagClassName
{
color: #81AEDF;
}
</style>
background-color css
<style>
a { background-color: #81AEDF; }
a { background-color: rgb(129,174,223); }
div.DivClassName
{
background-color: #81AEDF;
}
.BgClassName
{
background-color: #81AEDF;
}
</style>
border-color css
<style>
span { border-color: #81AEDF; }
span { border-color: rgb(129,174,223); }
td.TdClassName
{
border-color: #81AEDF;
}
.TagClassName
{
border-color: #81AEDF;
}
</style>