Shades of Maya Blue #81BBF3
Tints of Maya Blue #81BBF3
RGB
CMYK
RGB Variations
Color information
#81BBF3 (or 0x81BBF3) is known color: Maya Blue. HEX triplet: 81, BB and F3. RGB value is (129,187,243). Sum of RGB (Red+Green+Blue) = 129+187+243=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #81BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BBF3 is #7E440C. Grayscale: #AFAFAF. Windows color (decimal): -8274957 or 15973249. OLE color: 15973249.
HSL color Cylindrical-coordinate representation of color #81BBF3: hue angle of 209.47º 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 #81BBF3 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 187 | 243 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.05 |
| HSL | 209.47º | 0.83% | 0.73% | - |
| HSV(B) | 209.47º | 0.47% | 0.95% | - |
| XYZ | 43 | 46.68 | 91.54 | - |
| YUV | 176.04 | 165.78 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 243 | 0.47 | 0.23 | 0 | 0.05 | 209.47 | 0.83 | 0.73 |
| Hex | 81 | BB | F3 | 2F | 17 | 0 | 5 | D1 | 53 | 49 |
| Octal | 201 | 273 | 363 | 57 | 27 | 0 | 5 | 321 | 123 | 111 |
| Binary | 10000001 | 10111011 | 11110011 | 101111 | 10111 | 0 | 101 | 11010001 | 1010011 | 1001001 |
Color Harmonies of #81BBF3
Complementary color
Monochromatic Colors of #81BBF3
Black with #81BBF3
Text Example
Text Example
White with #81BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBF3; }
p { color: rgb(129,187,243); }
H1.HeaderClassName
{
color: #81BBF3;
}
.AnyTagClassName
{
color: #81BBF3;
}
</style>
background-color css
<style>
a { background-color: #81BBF3; }
a { background-color: rgb(129,187,243); }
div.DivClassName
{
background-color: #81BBF3;
}
.BgClassName
{
background-color: #81BBF3;
}
</style>
border-color css
<style>
span { border-color: #81BBF3; }
span { border-color: rgb(129,187,243); }
td.TdClassName
{
border-color: #81BBF3;
}
.TagClassName
{
border-color: #81BBF3;
}
</style>