Shades of Jordy Blue #81B0F3
Tints of Jordy Blue #81B0F3
RGB
CMYK
RGB Variations
Color information
#81B0F3 (or 0x81B0F3) is known color: Jordy Blue. HEX triplet: 81, B0 and F3. RGB value is (129,176,243). Sum of RGB (Red+Green+Blue) = 129+176+243=548 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.54% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #81B0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B0F3 is #7E4F0C. Grayscale: #A9A9A9. Windows color (decimal): -8277773 or 15970433. OLE color: 15970433.
HSL color Cylindrical-coordinate representation of color #81B0F3: hue angle of 215.26º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81B0F3 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 176 | 243 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.05 |
| HSL | 215.26º | 0.83% | 0.73% | - |
| HSV(B) | 215.26º | 0.47% | 0.95% | - |
| XYZ | 40.76 | 42.19 | 90.79 | - |
| YUV | 169.59 | 169.43 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 243 | 0.47 | 0.28 | 0 | 0.05 | 215.26 | 0.83 | 0.73 |
| Hex | 81 | B0 | F3 | 2F | 1C | 0 | 5 | D7 | 53 | 49 |
| Octal | 201 | 260 | 363 | 57 | 34 | 0 | 5 | 327 | 123 | 111 |
| Binary | 10000001 | 10110000 | 11110011 | 101111 | 11100 | 0 | 101 | 11010111 | 1010011 | 1001001 |
Color Harmonies of #81B0F3
Complementary color
Monochromatic Colors of #81B0F3
Black with #81B0F3
Text Example
Text Example
White with #81B0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B0F3; }
p { color: rgb(129,176,243); }
H1.HeaderClassName
{
color: #81B0F3;
}
.AnyTagClassName
{
color: #81B0F3;
}
</style>
background-color css
<style>
a { background-color: #81B0F3; }
a { background-color: rgb(129,176,243); }
div.DivClassName
{
background-color: #81B0F3;
}
.BgClassName
{
background-color: #81B0F3;
}
</style>
border-color css
<style>
span { border-color: #81B0F3; }
span { border-color: rgb(129,176,243); }
td.TdClassName
{
border-color: #81B0F3;
}
.TagClassName
{
border-color: #81B0F3;
}
</style>