Shades of Jordy Blue #81A6DA
Tints of Jordy Blue #81A6DA
RGB
CMYK
RGB Variations
Color information
#81A6DA (or 0x81A6DA) is known color: Jordy Blue. HEX triplet: 81, A6 and DA. RGB value is (129,166,218). Sum of RGB (Red+Green+Blue) = 129+166+218=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #81A6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A6DA is #7E5925. Grayscale: #A0A0A0. Windows color (decimal): -8280358 or 14329473. OLE color: 14329473.
HSL color Cylindrical-coordinate representation of color #81A6DA: hue angle of 215.06º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81A6DA is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 166 | 218 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.15 |
| HSL | 215.06º | 0.55% | 0.68% | - |
| HSV(B) | 215.06º | 0.41% | 0.85% | - |
| XYZ | 35.34 | 37 | 71.61 | - |
| YUV | 160.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 218 | 0.41 | 0.24 | 0 | 0.15 | 215.06 | 0.55 | 0.68 |
| Hex | 81 | A6 | DA | 29 | 18 | 0 | F | D7 | 37 | 44 |
| Octal | 201 | 246 | 332 | 51 | 30 | 0 | 17 | 327 | 67 | 104 |
| Binary | 10000001 | 10100110 | 11011010 | 101001 | 11000 | 0 | 1111 | 11010111 | 110111 | 1000100 |
Color Harmonies of #81A6DA
Complementary color
Monochromatic Colors of #81A6DA
Black with #81A6DA
Text Example
Text Example
White with #81A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A6DA; }
p { color: rgb(129,166,218); }
H1.HeaderClassName
{
color: #81A6DA;
}
.AnyTagClassName
{
color: #81A6DA;
}
</style>
background-color css
<style>
a { background-color: #81A6DA; }
a { background-color: rgb(129,166,218); }
div.DivClassName
{
background-color: #81A6DA;
}
.BgClassName
{
background-color: #81A6DA;
}
</style>
border-color css
<style>
span { border-color: #81A6DA; }
span { border-color: rgb(129,166,218); }
td.TdClassName
{
border-color: #81A6DA;
}
.TagClassName
{
border-color: #81A6DA;
}
</style>