Shades of Jordy Blue #81B1EF
Tints of Jordy Blue #81B1EF
RGB
CMYK
RGB Variations
Color information
#81B1EF (or 0x81B1EF) is known color: Jordy Blue. HEX triplet: 81, B1 and EF. RGB value is (129,177,239). Sum of RGB (Red+Green+Blue) = 129+177+239=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #81B1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B1EF is #7E4E10. Grayscale: #A9A9A9. Windows color (decimal): -8277521 or 15708545. OLE color: 15708545.
HSL color Cylindrical-coordinate representation of color #81B1EF: hue angle of 213.82º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81B1EF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 177 | 239 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.06 |
| HSL | 213.82º | 0.77% | 0.72% | - |
| HSV(B) | 213.82º | 0.46% | 0.94% | - |
| XYZ | 40.36 | 42.34 | 87.71 | - |
| YUV | 169.72 | 167.1 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 239 | 0.46 | 0.26 | 0 | 0.06 | 213.82 | 0.77 | 0.72 |
| Hex | 81 | B1 | EF | 2E | 1A | 0 | 6 | D6 | 4D | 48 |
| Octal | 201 | 261 | 357 | 56 | 32 | 0 | 6 | 326 | 115 | 110 |
| Binary | 10000001 | 10110001 | 11101111 | 101110 | 11010 | 0 | 110 | 11010110 | 1001101 | 1001000 |
Color Harmonies of #81B1EF
Complementary color
Monochromatic Colors of #81B1EF
Black with #81B1EF
Text Example
Text Example
White with #81B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B1EF; }
p { color: rgb(129,177,239); }
H1.HeaderClassName
{
color: #81B1EF;
}
.AnyTagClassName
{
color: #81B1EF;
}
</style>
background-color css
<style>
a { background-color: #81B1EF; }
a { background-color: rgb(129,177,239); }
div.DivClassName
{
background-color: #81B1EF;
}
.BgClassName
{
background-color: #81B1EF;
}
</style>
border-color css
<style>
span { border-color: #81B1EF; }
span { border-color: rgb(129,177,239); }
td.TdClassName
{
border-color: #81B1EF;
}
.TagClassName
{
border-color: #81B1EF;
}
</style>