Shades of Jordy Blue #81B1D6
Tints of Jordy Blue #81B1D6
RGB
CMYK
RGB Variations
Color information
#81B1D6 (or 0x81B1D6) is known color: Jordy Blue. HEX triplet: 81, B1 and D6. RGB value is (129,177,214). Sum of RGB (Red+Green+Blue) = 129+177+214=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #81B1D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B1D6 is #7E4E29. Grayscale: #A6A6A6. Windows color (decimal): -8277546 or 14070145. OLE color: 14070145.
HSL color Cylindrical-coordinate representation of color #81B1D6: hue angle of 206.12º degrees, saturation: 0.51, 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 #81B1D6 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 177 | 214 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.16 |
| HSL | 206.12º | 0.51% | 0.67% | - |
| HSV(B) | 206.12º | 0.4% | 0.84% | - |
| XYZ | 36.91 | 40.97 | 69.58 | - |
| YUV | 166.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 214 | 0.40 | 0.17 | 0 | 0.16 | 206.12 | 0.51 | 0.67 |
| Hex | 81 | B1 | D6 | 28 | 11 | 0 | 10 | CE | 33 | 43 |
| Octal | 201 | 261 | 326 | 50 | 21 | 0 | 20 | 316 | 63 | 103 |
| Binary | 10000001 | 10110001 | 11010110 | 101000 | 10001 | 0 | 10000 | 11001110 | 110011 | 1000011 |
Color Harmonies of #81B1D6
Complementary color
Monochromatic Colors of #81B1D6
Black with #81B1D6
Text Example
Text Example
White with #81B1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B1D6; }
p { color: rgb(129,177,214); }
H1.HeaderClassName
{
color: #81B1D6;
}
.AnyTagClassName
{
color: #81B1D6;
}
</style>
background-color css
<style>
a { background-color: #81B1D6; }
a { background-color: rgb(129,177,214); }
div.DivClassName
{
background-color: #81B1D6;
}
.BgClassName
{
background-color: #81B1D6;
}
</style>
border-color css
<style>
span { border-color: #81B1D6; }
span { border-color: rgb(129,177,214); }
td.TdClassName
{
border-color: #81B1D6;
}
.TagClassName
{
border-color: #81B1D6;
}
</style>