Shades of Jordy Blue #81B0EF
Tints of Jordy Blue #81B0EF
RGB
CMYK
RGB Variations
Color information
#81B0EF (or 0x81B0EF) is known color: Jordy Blue. HEX triplet: 81, B0 and EF. RGB value is (129,176,239). Sum of RGB (Red+Green+Blue) = 129+176+239=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #81B0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B0EF is #7E4F10. Grayscale: #A8A8A8. Windows color (decimal): -8277777 or 15708289. OLE color: 15708289.
HSL color Cylindrical-coordinate representation of color #81B0EF: hue angle of 214.36º 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 #81B0EF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 176 | 239 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.06 |
| HSL | 214.36º | 0.77% | 0.72% | - |
| HSV(B) | 214.36º | 0.46% | 0.94% | - |
| XYZ | 40.16 | 41.95 | 87.64 | - |
| YUV | 169.13 | 167.43 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 239 | 0.46 | 0.26 | 0 | 0.06 | 214.36 | 0.77 | 0.72 |
| Hex | 81 | B0 | EF | 2E | 1A | 0 | 6 | D6 | 4D | 48 |
| Octal | 201 | 260 | 357 | 56 | 32 | 0 | 6 | 326 | 115 | 110 |
| Binary | 10000001 | 10110000 | 11101111 | 101110 | 11010 | 0 | 110 | 11010110 | 1001101 | 1001000 |
Color Harmonies of #81B0EF
Complementary color
Monochromatic Colors of #81B0EF
Black with #81B0EF
Text Example
Text Example
White with #81B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B0EF; }
p { color: rgb(129,176,239); }
H1.HeaderClassName
{
color: #81B0EF;
}
.AnyTagClassName
{
color: #81B0EF;
}
</style>
background-color css
<style>
a { background-color: #81B0EF; }
a { background-color: rgb(129,176,239); }
div.DivClassName
{
background-color: #81B0EF;
}
.BgClassName
{
background-color: #81B0EF;
}
</style>
border-color css
<style>
span { border-color: #81B0EF; }
span { border-color: rgb(129,176,239); }
td.TdClassName
{
border-color: #81B0EF;
}
.TagClassName
{
border-color: #81B0EF;
}
</style>