Shades of Maya Blue #81BFFE
Tints of Maya Blue #81BFFE
RGB
CMYK
RGB Variations
Color information
#81BFFE (or 0x81BFFE) is known color: Maya Blue. HEX triplet: 81, BF and FE. RGB value is (129,191,254). Sum of RGB (Red+Green+Blue) = 129+191+254=574 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.47% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #81BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFFE is #7E4001. Grayscale: #B3B3B3. Windows color (decimal): -8273922 or 16695169. OLE color: 16695169.
HSL color Cylindrical-coordinate representation of color #81BFFE: hue angle of 210.24º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BFFE is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 191 | 254 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.00 |
| HSL | 210.24º | 0.98% | 0.75% | - |
| HSV(B) | 210.24º | 0.49% | 1% | - |
| XYZ | 45.57 | 49.08 | 100.84 | - |
| YUV | 179.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 254 | 0.49 | 0.25 | 0 | 0.00 | 210.24 | 0.98 | 0.75 |
| Hex | 81 | BF | FE | 31 | 19 | 0 | 0 | D2 | 62 | 4B |
| Octal | 201 | 277 | 376 | 61 | 31 | 0 | 0 | 322 | 142 | 113 |
| Binary | 10000001 | 10111111 | 11111110 | 110001 | 11001 | 0 | 0 | 11010010 | 1100010 | 1001011 |
Color Harmonies of #81BFFE
Complementary color
Monochromatic Colors of #81BFFE
Black with #81BFFE
Text Example
Text Example
White with #81BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BFFE; }
p { color: rgb(129,191,254); }
H1.HeaderClassName
{
color: #81BFFE;
}
.AnyTagClassName
{
color: #81BFFE;
}
</style>
background-color css
<style>
a { background-color: #81BFFE; }
a { background-color: rgb(129,191,254); }
div.DivClassName
{
background-color: #81BFFE;
}
.BgClassName
{
background-color: #81BFFE;
}
</style>
border-color css
<style>
span { border-color: #81BFFE; }
span { border-color: rgb(129,191,254); }
td.TdClassName
{
border-color: #81BFFE;
}
.TagClassName
{
border-color: #81BFFE;
}
</style>