Shades of Maya Blue #81BCFD
Tints of Maya Blue #81BCFD
RGB
CMYK
RGB Variations
Color information
#81BCFD (or 0x81BCFD) is known color: Maya Blue. HEX triplet: 81, BC and FD. RGB value is (129,188,253). Sum of RGB (Red+Green+Blue) = 129+188+253=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #81BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCFD is #7E4302. Grayscale: #B1B1B1. Windows color (decimal): -8274691 or 16628865. OLE color: 16628865.
HSL color Cylindrical-coordinate representation of color #81BCFD: hue angle of 211.45º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BCFD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 188 | 253 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.01 |
| HSL | 211.45º | 0.97% | 0.75% | - |
| HSV(B) | 211.45º | 0.49% | 0.99% | - |
| XYZ | 44.77 | 47.73 | 99.78 | - |
| YUV | 177.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 253 | 0.49 | 0.26 | 0 | 0.01 | 211.45 | 0.97 | 0.75 |
| Hex | 81 | BC | FD | 31 | 1A | 0 | 1 | D3 | 61 | 4B |
| Octal | 201 | 274 | 375 | 61 | 32 | 0 | 1 | 323 | 141 | 113 |
| Binary | 10000001 | 10111100 | 11111101 | 110001 | 11010 | 0 | 1 | 11010011 | 1100001 | 1001011 |
Color Harmonies of #81BCFD
Complementary color
Monochromatic Colors of #81BCFD
Black with #81BCFD
Text Example
Text Example
White with #81BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCFD; }
p { color: rgb(129,188,253); }
H1.HeaderClassName
{
color: #81BCFD;
}
.AnyTagClassName
{
color: #81BCFD;
}
</style>
background-color css
<style>
a { background-color: #81BCFD; }
a { background-color: rgb(129,188,253); }
div.DivClassName
{
background-color: #81BCFD;
}
.BgClassName
{
background-color: #81BCFD;
}
</style>
border-color css
<style>
span { border-color: #81BCFD; }
span { border-color: rgb(129,188,253); }
td.TdClassName
{
border-color: #81BCFD;
}
.TagClassName
{
border-color: #81BCFD;
}
</style>