Shades of Jordy Blue #81BBE1
Tints of Jordy Blue #81BBE1
RGB
CMYK
RGB Variations
Color information
#81BBE1 (or 0x81BBE1) is known color: Jordy Blue. HEX triplet: 81, BB and E1. RGB value is (129,187,225). Sum of RGB (Red+Green+Blue) = 129+187+225=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #81BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BBE1 is #7E441E. Grayscale: #ADADAD. Windows color (decimal): -8274975 or 14793601. OLE color: 14793601.
HSL color Cylindrical-coordinate representation of color #81BBE1: hue angle of 203.75º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81BBE1 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 187 | 225 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.12 |
| HSL | 203.75º | 0.62% | 0.69% | - |
| HSV(B) | 203.75º | 0.43% | 0.88% | - |
| XYZ | 40.41 | 45.64 | 77.91 | - |
| YUV | 173.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 225 | 0.43 | 0.17 | 0 | 0.12 | 203.75 | 0.62 | 0.69 |
| Hex | 81 | BB | E1 | 2B | 11 | 0 | C | CC | 3E | 45 |
| Octal | 201 | 273 | 341 | 53 | 21 | 0 | 14 | 314 | 76 | 105 |
| Binary | 10000001 | 10111011 | 11100001 | 101011 | 10001 | 0 | 1100 | 11001100 | 111110 | 1000101 |
Color Harmonies of #81BBE1
Complementary color
Monochromatic Colors of #81BBE1
Black with #81BBE1
Text Example
Text Example
White with #81BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBE1; }
p { color: rgb(129,187,225); }
H1.HeaderClassName
{
color: #81BBE1;
}
.AnyTagClassName
{
color: #81BBE1;
}
</style>
background-color css
<style>
a { background-color: #81BBE1; }
a { background-color: rgb(129,187,225); }
div.DivClassName
{
background-color: #81BBE1;
}
.BgClassName
{
background-color: #81BBE1;
}
</style>
border-color css
<style>
span { border-color: #81BBE1; }
span { border-color: rgb(129,187,225); }
td.TdClassName
{
border-color: #81BBE1;
}
.TagClassName
{
border-color: #81BBE1;
}
</style>