Shades of Jordy Blue #81B0EE
Tints of Jordy Blue #81B0EE
RGB
CMYK
RGB Variations
Color information
#81B0EE (or 0x81B0EE) is known color: Jordy Blue. HEX triplet: 81, B0 and EE. RGB value is (129,176,238). Sum of RGB (Red+Green+Blue) = 129+176+238=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #81B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B0EE is #7E4F11. Grayscale: #A8A8A8. Windows color (decimal): -8277778 or 15642753. OLE color: 15642753.
HSL color Cylindrical-coordinate representation of color #81B0EE: hue angle of 214.13º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81B0EE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 176 | 238 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.07 |
| HSL | 214.13º | 0.76% | 0.72% | - |
| HSV(B) | 214.13º | 0.46% | 0.93% | - |
| XYZ | 40.01 | 41.89 | 86.87 | - |
| YUV | 169.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 238 | 0.46 | 0.26 | 0 | 0.07 | 214.13 | 0.76 | 0.72 |
| Hex | 81 | B0 | EE | 2E | 1A | 0 | 7 | D6 | 4C | 48 |
| Octal | 201 | 260 | 356 | 56 | 32 | 0 | 7 | 326 | 114 | 110 |
| Binary | 10000001 | 10110000 | 11101110 | 101110 | 11010 | 0 | 111 | 11010110 | 1001100 | 1001000 |
Color Harmonies of #81B0EE
Complementary color
Monochromatic Colors of #81B0EE
Black with #81B0EE
Text Example
Text Example
White with #81B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B0EE; }
p { color: rgb(129,176,238); }
H1.HeaderClassName
{
color: #81B0EE;
}
.AnyTagClassName
{
color: #81B0EE;
}
</style>
background-color css
<style>
a { background-color: #81B0EE; }
a { background-color: rgb(129,176,238); }
div.DivClassName
{
background-color: #81B0EE;
}
.BgClassName
{
background-color: #81B0EE;
}
</style>
border-color css
<style>
span { border-color: #81B0EE; }
span { border-color: rgb(129,176,238); }
td.TdClassName
{
border-color: #81B0EE;
}
.TagClassName
{
border-color: #81B0EE;
}
</style>