Shades of Maya Blue #81BFF8
Tints of Maya Blue #81BFF8
RGB
CMYK
RGB Variations
Color information
#81BFF8 (or 0x81BFF8) is known color: Maya Blue. HEX triplet: 81, BF and F8. RGB value is (129,191,248). Sum of RGB (Red+Green+Blue) = 129+191+248=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 248 (97.27% from 255 or 43.66% from 568); Max value from RGB is 248 - color contains mainly: blue. Hex color #81BFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFF8 is #7E4007. Grayscale: #B2B2B2. Windows color (decimal): -8273928 or 16301953. OLE color: 16301953.
HSL color Cylindrical-coordinate representation of color #81BFF8: hue angle of 208.74º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81BFF8 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 191 | 248 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.03 |
| HSL | 208.74º | 0.89% | 0.74% | - |
| HSV(B) | 208.74º | 0.48% | 0.97% | - |
| XYZ | 44.63 | 48.71 | 95.86 | - |
| YUV | 178.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 248 | 0.48 | 0.23 | 0 | 0.03 | 208.74 | 0.89 | 0.74 |
| Hex | 81 | BF | F8 | 30 | 17 | 0 | 3 | D1 | 59 | 4A |
| Octal | 201 | 277 | 370 | 60 | 27 | 0 | 3 | 321 | 131 | 112 |
| Binary | 10000001 | 10111111 | 11111000 | 110000 | 10111 | 0 | 11 | 11010001 | 1011001 | 1001010 |
Color Harmonies of #81BFF8
Complementary color
Monochromatic Colors of #81BFF8
Black with #81BFF8
Text Example
Text Example
White with #81BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BFF8; }
p { color: rgb(129,191,248); }
H1.HeaderClassName
{
color: #81BFF8;
}
.AnyTagClassName
{
color: #81BFF8;
}
</style>
background-color css
<style>
a { background-color: #81BFF8; }
a { background-color: rgb(129,191,248); }
div.DivClassName
{
background-color: #81BFF8;
}
.BgClassName
{
background-color: #81BFF8;
}
</style>
border-color css
<style>
span { border-color: #81BFF8; }
span { border-color: rgb(129,191,248); }
td.TdClassName
{
border-color: #81BFF8;
}
.TagClassName
{
border-color: #81BFF8;
}
</style>