Shades of Maya Blue #61BCFC
Tints of Maya Blue #61BCFC
RGB
CMYK
RGB Variations
Color information
#61BCFC (or 0x61BCFC) is known color: Maya Blue. HEX triplet: 61, BC and FC. RGB value is (97,188,252). Sum of RGB (Red+Green+Blue) = 97+188+252=537 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.06% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #61BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BCFC is #9E4303. Grayscale: #A7A7A7. Windows color (decimal): -10371844 or 16563297. OLE color: 16563297.
HSL color Cylindrical-coordinate representation of color #61BCFC: hue angle of 204.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61BCFC is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 188 | 252 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.01 |
| HSL | 204.77º | 0.96% | 0.68% | - |
| HSV(B) | 204.77º | 0.62% | 0.99% | - |
| XYZ | 40.48 | 45.54 | 98.75 | - |
| YUV | 168.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 252 | 0.62 | 0.25 | 0 | 0.01 | 204.77 | 0.96 | 0.68 |
| Hex | 61 | BC | FC | 3E | 19 | 0 | 1 | CD | 60 | 44 |
| Octal | 141 | 274 | 374 | 76 | 31 | 0 | 1 | 315 | 140 | 104 |
| Binary | 1100001 | 10111100 | 11111100 | 111110 | 11001 | 0 | 1 | 11001101 | 1100000 | 1000100 |
Color Harmonies of #61BCFC
Complementary color
Monochromatic Colors of #61BCFC
Black with #61BCFC
Text Example
Text Example
White with #61BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BCFC; }
p { color: rgb(97,188,252); }
H1.HeaderClassName
{
color: #61BCFC;
}
.AnyTagClassName
{
color: #61BCFC;
}
</style>
background-color css
<style>
a { background-color: #61BCFC; }
a { background-color: rgb(97,188,252); }
div.DivClassName
{
background-color: #61BCFC;
}
.BgClassName
{
background-color: #61BCFC;
}
</style>
border-color css
<style>
span { border-color: #61BCFC; }
span { border-color: rgb(97,188,252); }
td.TdClassName
{
border-color: #61BCFC;
}
.TagClassName
{
border-color: #61BCFC;
}
</style>