Shades of Maya Blue #61BFFA
Tints of Maya Blue #61BFFA
RGB
CMYK
RGB Variations
Color information
#61BFFA (or 0x61BFFA) is known color: Maya Blue. HEX triplet: 61, BF and FA. RGB value is (97,191,250). Sum of RGB (Red+Green+Blue) = 97+191+250=538 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.03% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #61BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BFFA is #9E4005. Grayscale: #A9A9A9. Windows color (decimal): -10371078 or 16432993. OLE color: 16432993.
HSL color Cylindrical-coordinate representation of color #61BFFA: hue angle of 203.14º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61BFFA is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 191 | 250 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.02 |
| HSL | 203.14º | 0.94% | 0.68% | - |
| HSV(B) | 203.14º | 0.61% | 0.98% | - |
| XYZ | 40.82 | 46.71 | 97.31 | - |
| YUV | 169.62 | 173.36 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 250 | 0.61 | 0.24 | 0 | 0.02 | 203.14 | 0.94 | 0.68 |
| Hex | 61 | BF | FA | 3D | 18 | 0 | 2 | CB | 5E | 44 |
| Octal | 141 | 277 | 372 | 75 | 30 | 0 | 2 | 313 | 136 | 104 |
| Binary | 1100001 | 10111111 | 11111010 | 111101 | 11000 | 0 | 10 | 11001011 | 1011110 | 1000100 |
Color Harmonies of #61BFFA
Complementary color
Monochromatic Colors of #61BFFA
Black with #61BFFA
Text Example
Text Example
White with #61BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BFFA; }
p { color: rgb(97,191,250); }
H1.HeaderClassName
{
color: #61BFFA;
}
.AnyTagClassName
{
color: #61BFFA;
}
</style>
background-color css
<style>
a { background-color: #61BFFA; }
a { background-color: rgb(97,191,250); }
div.DivClassName
{
background-color: #61BFFA;
}
.BgClassName
{
background-color: #61BFFA;
}
</style>
border-color css
<style>
span { border-color: #61BFFA; }
span { border-color: rgb(97,191,250); }
td.TdClassName
{
border-color: #61BFFA;
}
.TagClassName
{
border-color: #61BFFA;
}
</style>