Shades of Jordy Blue #81A6E8
Tints of Jordy Blue #81A6E8
RGB
CMYK
RGB Variations
Color information
#81A6E8 (or 0x81A6E8) is known color: Jordy Blue. HEX triplet: 81, A6 and E8. RGB value is (129,166,232). Sum of RGB (Red+Green+Blue) = 129+166+232=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #81A6E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A6E8 is #7E5917. Grayscale: #A2A2A2. Windows color (decimal): -8280344 or 15246977. OLE color: 15246977.
HSL color Cylindrical-coordinate representation of color #81A6E8: hue angle of 218.45º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81A6E8 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 166 | 232 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.09 |
| HSL | 218.45º | 0.69% | 0.71% | - |
| HSV(B) | 218.45º | 0.44% | 0.91% | - |
| XYZ | 37.25 | 37.77 | 81.67 | - |
| YUV | 162.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 232 | 0.44 | 0.28 | 0 | 0.09 | 218.45 | 0.69 | 0.71 |
| Hex | 81 | A6 | E8 | 2C | 1C | 0 | 9 | DA | 45 | 47 |
| Octal | 201 | 246 | 350 | 54 | 34 | 0 | 11 | 332 | 105 | 107 |
| Binary | 10000001 | 10100110 | 11101000 | 101100 | 11100 | 0 | 1001 | 11011010 | 1000101 | 1000111 |
Color Harmonies of #81A6E8
Complementary color
Monochromatic Colors of #81A6E8
Black with #81A6E8
Text Example
Text Example
White with #81A6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A6E8; }
p { color: rgb(129,166,232); }
H1.HeaderClassName
{
color: #81A6E8;
}
.AnyTagClassName
{
color: #81A6E8;
}
</style>
background-color css
<style>
a { background-color: #81A6E8; }
a { background-color: rgb(129,166,232); }
div.DivClassName
{
background-color: #81A6E8;
}
.BgClassName
{
background-color: #81A6E8;
}
</style>
border-color css
<style>
span { border-color: #81A6E8; }
span { border-color: rgb(129,166,232); }
td.TdClassName
{
border-color: #81A6E8;
}
.TagClassName
{
border-color: #81A6E8;
}
</style>