Shades of Maya Blue #81C2FD
Tints of Maya Blue #81C2FD
RGB
CMYK
RGB Variations
Color information
#81C2FD (or 0x81C2FD) is known color: Maya Blue. HEX triplet: 81, C2 and FD. RGB value is (129,194,253). Sum of RGB (Red+Green+Blue) = 129+194+253=576 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.40% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #81C2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C2FD is #7E3D02. Grayscale: #B4B4B4. Windows color (decimal): -8273155 or 16630401. OLE color: 16630401.
HSL color Cylindrical-coordinate representation of color #81C2FD: hue angle of 208.55º 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 #81C2FD is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 194 | 253 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.01 |
| HSL | 208.55º | 0.97% | 0.75% | - |
| HSV(B) | 208.55º | 0.49% | 0.99% | - |
| XYZ | 46.07 | 50.34 | 100.22 | - |
| YUV | 181.29 | 168.47 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 253 | 0.49 | 0.23 | 0 | 0.01 | 208.55 | 0.97 | 0.75 |
| Hex | 81 | C2 | FD | 31 | 17 | 0 | 1 | D1 | 61 | 4B |
| Octal | 201 | 302 | 375 | 61 | 27 | 0 | 1 | 321 | 141 | 113 |
| Binary | 10000001 | 11000010 | 11111101 | 110001 | 10111 | 0 | 1 | 11010001 | 1100001 | 1001011 |
Color Harmonies of #81C2FD
Complementary color
Monochromatic Colors of #81C2FD
Black with #81C2FD
Text Example
Text Example
White with #81C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C2FD; }
p { color: rgb(129,194,253); }
H1.HeaderClassName
{
color: #81C2FD;
}
.AnyTagClassName
{
color: #81C2FD;
}
</style>
background-color css
<style>
a { background-color: #81C2FD; }
a { background-color: rgb(129,194,253); }
div.DivClassName
{
background-color: #81C2FD;
}
.BgClassName
{
background-color: #81C2FD;
}
</style>
border-color css
<style>
span { border-color: #81C2FD; }
span { border-color: rgb(129,194,253); }
td.TdClassName
{
border-color: #81C2FD;
}
.TagClassName
{
border-color: #81C2FD;
}
</style>