Shades of Jordy Blue #81BBE8
Tints of Jordy Blue #81BBE8
RGB
CMYK
RGB Variations
Color information
#81BBE8 (or 0x81BBE8) is known color: Jordy Blue. HEX triplet: 81, BB and E8. RGB value is (129,187,232). Sum of RGB (Red+Green+Blue) = 129+187+232=548 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.54% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #81BBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BBE8 is #7E4417. Grayscale: #AEAEAE. Windows color (decimal): -8274968 or 15252353. OLE color: 15252353.
HSL color Cylindrical-coordinate representation of color #81BBE8: hue angle of 206.21º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81BBE8 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 187 | 232 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.09 |
| HSL | 206.21º | 0.69% | 0.71% | - |
| HSV(B) | 206.21º | 0.44% | 0.91% | - |
| XYZ | 41.39 | 46.03 | 83.05 | - |
| YUV | 174.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 232 | 0.44 | 0.19 | 0 | 0.09 | 206.21 | 0.69 | 0.71 |
| Hex | 81 | BB | E8 | 2C | 13 | 0 | 9 | CE | 45 | 47 |
| Octal | 201 | 273 | 350 | 54 | 23 | 0 | 11 | 316 | 105 | 107 |
| Binary | 10000001 | 10111011 | 11101000 | 101100 | 10011 | 0 | 1001 | 11001110 | 1000101 | 1000111 |
Color Harmonies of #81BBE8
Complementary color
Monochromatic Colors of #81BBE8
Black with #81BBE8
Text Example
Text Example
White with #81BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBE8; }
p { color: rgb(129,187,232); }
H1.HeaderClassName
{
color: #81BBE8;
}
.AnyTagClassName
{
color: #81BBE8;
}
</style>
background-color css
<style>
a { background-color: #81BBE8; }
a { background-color: rgb(129,187,232); }
div.DivClassName
{
background-color: #81BBE8;
}
.BgClassName
{
background-color: #81BBE8;
}
</style>
border-color css
<style>
span { border-color: #81BBE8; }
span { border-color: rgb(129,187,232); }
td.TdClassName
{
border-color: #81BBE8;
}
.TagClassName
{
border-color: #81BBE8;
}
</style>