Shades of Jordy Blue #81AED7
Tints of Jordy Blue #81AED7
RGB
CMYK
RGB Variations
Color information
#81AED7 (or 0x81AED7) is known color: Jordy Blue. HEX triplet: 81, AE and D7. RGB value is (129,174,215). Sum of RGB (Red+Green+Blue) = 129+174+215=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #81AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AED7 is #7E5128. Grayscale: #A5A5A5. Windows color (decimal): -8278313 or 14134913. OLE color: 14134913.
HSL color Cylindrical-coordinate representation of color #81AED7: hue angle of 208.6º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81AED7 is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 174 | 215 | - |
| CMYK | 0.4 | 0.19 | 0 | 0.16 |
| HSL | 208.6º | 0.52% | 0.67% | - |
| HSV(B) | 208.6º | 0.4% | 0.84% | - |
| XYZ | 36.46 | 39.85 | 70.06 | - |
| YUV | 165.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 215 | 0.4 | 0.19 | 0 | 0.16 | 208.6 | 0.52 | 0.67 |
| Hex | 81 | AE | D7 | 28 | 13 | 0 | 10 | D1 | 34 | 43 |
| Octal | 201 | 256 | 327 | 50 | 23 | 0 | 20 | 321 | 64 | 103 |
| Binary | 10000001 | 10101110 | 11010111 | 101000 | 10011 | 0 | 10000 | 11010001 | 110100 | 1000011 |
Color Harmonies of #81AED7
Complementary color
Monochromatic Colors of #81AED7
Black with #81AED7
Text Example
Text Example
White with #81AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AED7; }
p { color: rgb(129,174,215); }
H1.HeaderClassName
{
color: #81AED7;
}
.AnyTagClassName
{
color: #81AED7;
}
</style>
background-color css
<style>
a { background-color: #81AED7; }
a { background-color: rgb(129,174,215); }
div.DivClassName
{
background-color: #81AED7;
}
.BgClassName
{
background-color: #81AED7;
}
</style>
border-color css
<style>
span { border-color: #81AED7; }
span { border-color: rgb(129,174,215); }
td.TdClassName
{
border-color: #81AED7;
}
.TagClassName
{
border-color: #81AED7;
}
</style>