Shades of Maya Blue #81BCFB
Tints of Maya Blue #81BCFB
RGB
CMYK
RGB Variations
Color information
#81BCFB (or 0x81BCFB) is known color: Maya Blue. HEX triplet: 81, BC and FB. RGB value is (129,188,251). Sum of RGB (Red+Green+Blue) = 129+188+251=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #81BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCFB is #7E4304. Grayscale: #B1B1B1. Windows color (decimal): -8274693 or 16497793. OLE color: 16497793.
HSL color Cylindrical-coordinate representation of color #81BCFB: hue angle of 210.98º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BCFB is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 188 | 251 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.02 |
| HSL | 210.98º | 0.94% | 0.75% | - |
| HSV(B) | 210.98º | 0.49% | 0.98% | - |
| XYZ | 44.45 | 47.6 | 98.11 | - |
| YUV | 177.54 | 169.45 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 251 | 0.49 | 0.25 | 0 | 0.02 | 210.98 | 0.94 | 0.75 |
| Hex | 81 | BC | FB | 31 | 19 | 0 | 2 | D3 | 5E | 4B |
| Octal | 201 | 274 | 373 | 61 | 31 | 0 | 2 | 323 | 136 | 113 |
| Binary | 10000001 | 10111100 | 11111011 | 110001 | 11001 | 0 | 10 | 11010011 | 1011110 | 1001011 |
Color Harmonies of #81BCFB
Complementary color
Monochromatic Colors of #81BCFB
Black with #81BCFB
Text Example
Text Example
White with #81BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCFB; }
p { color: rgb(129,188,251); }
H1.HeaderClassName
{
color: #81BCFB;
}
.AnyTagClassName
{
color: #81BCFB;
}
</style>
background-color css
<style>
a { background-color: #81BCFB; }
a { background-color: rgb(129,188,251); }
div.DivClassName
{
background-color: #81BCFB;
}
.BgClassName
{
background-color: #81BCFB;
}
</style>
border-color css
<style>
span { border-color: #81BCFB; }
span { border-color: rgb(129,188,251); }
td.TdClassName
{
border-color: #81BCFB;
}
.TagClassName
{
border-color: #81BCFB;
}
</style>