Shades of Maya Blue #81BFF2
Tints of Maya Blue #81BFF2
RGB
CMYK
RGB Variations
Color information
#81BFF2 (or 0x81BFF2) is known color: Maya Blue. HEX triplet: 81, BF and F2. RGB value is (129,191,242). Sum of RGB (Red+Green+Blue) = 129+191+242=562 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.95% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #81BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFF2 is #7E400D. Grayscale: #B2B2B2. Windows color (decimal): -8273934 or 15908737. OLE color: 15908737.
HSL color Cylindrical-coordinate representation of color #81BFF2: hue angle of 207.08º degrees, saturation: 0.81, 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 #81BFF2 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 191 | 242 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.05 |
| HSL | 207.08º | 0.81% | 0.73% | - |
| HSV(B) | 207.08º | 0.47% | 0.95% | - |
| XYZ | 43.71 | 48.34 | 91.03 | - |
| YUV | 178.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 242 | 0.47 | 0.21 | 0 | 0.05 | 207.08 | 0.81 | 0.73 |
| Hex | 81 | BF | F2 | 2F | 15 | 0 | 5 | CF | 51 | 49 |
| Octal | 201 | 277 | 362 | 57 | 25 | 0 | 5 | 317 | 121 | 111 |
| Binary | 10000001 | 10111111 | 11110010 | 101111 | 10101 | 0 | 101 | 11001111 | 1010001 | 1001001 |
Color Harmonies of #81BFF2
Complementary color
Monochromatic Colors of #81BFF2
Black with #81BFF2
Text Example
Text Example
White with #81BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BFF2; }
p { color: rgb(129,191,242); }
H1.HeaderClassName
{
color: #81BFF2;
}
.AnyTagClassName
{
color: #81BFF2;
}
</style>
background-color css
<style>
a { background-color: #81BFF2; }
a { background-color: rgb(129,191,242); }
div.DivClassName
{
background-color: #81BFF2;
}
.BgClassName
{
background-color: #81BFF2;
}
</style>
border-color css
<style>
span { border-color: #81BFF2; }
span { border-color: rgb(129,191,242); }
td.TdClassName
{
border-color: #81BFF2;
}
.TagClassName
{
border-color: #81BFF2;
}
</style>