Shades of Jordy Blue #81BBE5
Tints of Jordy Blue #81BBE5
RGB
CMYK
RGB Variations
Color information
#81BBE5 (or 0x81BBE5) is known color: Jordy Blue. HEX triplet: 81, BB and E5. RGB value is (129,187,229). Sum of RGB (Red+Green+Blue) = 129+187+229=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #81BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BBE5 is #7E441A. Grayscale: #AEAEAE. Windows color (decimal): -8274971 or 15055745. OLE color: 15055745.
HSL color Cylindrical-coordinate representation of color #81BBE5: hue angle of 205.2º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81BBE5 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 187 | 229 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.10 |
| HSL | 205.2º | 0.66% | 0.7% | - |
| HSV(B) | 205.2º | 0.44% | 0.9% | - |
| XYZ | 40.97 | 45.86 | 80.82 | - |
| YUV | 174.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 229 | 0.44 | 0.18 | 0 | 0.10 | 205.2 | 0.66 | 0.7 |
| Hex | 81 | BB | E5 | 2C | 12 | 0 | A | CD | 42 | 46 |
| Octal | 201 | 273 | 345 | 54 | 22 | 0 | 12 | 315 | 102 | 106 |
| Binary | 10000001 | 10111011 | 11100101 | 101100 | 10010 | 0 | 1010 | 11001101 | 1000010 | 1000110 |
Color Harmonies of #81BBE5
Complementary color
Monochromatic Colors of #81BBE5
Black with #81BBE5
Text Example
Text Example
White with #81BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBE5; }
p { color: rgb(129,187,229); }
H1.HeaderClassName
{
color: #81BBE5;
}
.AnyTagClassName
{
color: #81BBE5;
}
</style>
background-color css
<style>
a { background-color: #81BBE5; }
a { background-color: rgb(129,187,229); }
div.DivClassName
{
background-color: #81BBE5;
}
.BgClassName
{
background-color: #81BBE5;
}
</style>
border-color css
<style>
span { border-color: #81BBE5; }
span { border-color: rgb(129,187,229); }
td.TdClassName
{
border-color: #81BBE5;
}
.TagClassName
{
border-color: #81BBE5;
}
</style>