Shades of Jordy Blue #81A6DC
Tints of Jordy Blue #81A6DC
RGB
CMYK
RGB Variations
Color information
#81A6DC (or 0x81A6DC) is known color: Jordy Blue. HEX triplet: 81, A6 and DC. RGB value is (129,166,220). Sum of RGB (Red+Green+Blue) = 129+166+220=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #81A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A6DC is #7E5923. Grayscale: #A0A0A0. Windows color (decimal): -8280356 or 14460545. OLE color: 14460545.
HSL color Cylindrical-coordinate representation of color #81A6DC: hue angle of 215.6º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81A6DC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 166 | 220 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.14 |
| HSL | 215.6º | 0.57% | 0.68% | - |
| HSV(B) | 215.6º | 0.41% | 0.86% | - |
| XYZ | 35.61 | 37.11 | 73 | - |
| YUV | 161.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 220 | 0.41 | 0.25 | 0 | 0.14 | 215.6 | 0.57 | 0.68 |
| Hex | 81 | A6 | DC | 29 | 19 | 0 | E | D8 | 39 | 44 |
| Octal | 201 | 246 | 334 | 51 | 31 | 0 | 16 | 330 | 71 | 104 |
| Binary | 10000001 | 10100110 | 11011100 | 101001 | 11001 | 0 | 1110 | 11011000 | 111001 | 1000100 |
Color Harmonies of #81A6DC
Complementary color
Monochromatic Colors of #81A6DC
Black with #81A6DC
Text Example
Text Example
White with #81A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A6DC; }
p { color: rgb(129,166,220); }
H1.HeaderClassName
{
color: #81A6DC;
}
.AnyTagClassName
{
color: #81A6DC;
}
</style>
background-color css
<style>
a { background-color: #81A6DC; }
a { background-color: rgb(129,166,220); }
div.DivClassName
{
background-color: #81A6DC;
}
.BgClassName
{
background-color: #81A6DC;
}
</style>
border-color css
<style>
span { border-color: #81A6DC; }
span { border-color: rgb(129,166,220); }
td.TdClassName
{
border-color: #81A6DC;
}
.TagClassName
{
border-color: #81A6DC;
}
</style>