Shades of Jordy Blue #81B1D8
Tints of Jordy Blue #81B1D8
RGB
CMYK
RGB Variations
Color information
#81B1D8 (or 0x81B1D8) is known color: Jordy Blue. HEX triplet: 81, B1 and D8. RGB value is (129,177,216). Sum of RGB (Red+Green+Blue) = 129+177+216=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #81B1D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B1D8 is #7E4E27. Grayscale: #A6A6A6. Windows color (decimal): -8277544 or 14201217. OLE color: 14201217.
HSL color Cylindrical-coordinate representation of color #81B1D8: hue angle of 206.9º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81B1D8 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 177 | 216 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.15 |
| HSL | 206.9º | 0.53% | 0.68% | - |
| HSV(B) | 206.9º | 0.4% | 0.85% | - |
| XYZ | 37.17 | 41.07 | 70.93 | - |
| YUV | 167.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 216 | 0.40 | 0.18 | 0 | 0.15 | 206.9 | 0.53 | 0.68 |
| Hex | 81 | B1 | D8 | 28 | 12 | 0 | F | CF | 35 | 44 |
| Octal | 201 | 261 | 330 | 50 | 22 | 0 | 17 | 317 | 65 | 104 |
| Binary | 10000001 | 10110001 | 11011000 | 101000 | 10010 | 0 | 1111 | 11001111 | 110101 | 1000100 |
Color Harmonies of #81B1D8
Complementary color
Monochromatic Colors of #81B1D8
Black with #81B1D8
Text Example
Text Example
White with #81B1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B1D8; }
p { color: rgb(129,177,216); }
H1.HeaderClassName
{
color: #81B1D8;
}
.AnyTagClassName
{
color: #81B1D8;
}
</style>
background-color css
<style>
a { background-color: #81B1D8; }
a { background-color: rgb(129,177,216); }
div.DivClassName
{
background-color: #81B1D8;
}
.BgClassName
{
background-color: #81B1D8;
}
</style>
border-color css
<style>
span { border-color: #81B1D8; }
span { border-color: rgb(129,177,216); }
td.TdClassName
{
border-color: #81B1D8;
}
.TagClassName
{
border-color: #81B1D8;
}
</style>