Shades of Maya Blue #61BFF7
Tints of Maya Blue #61BFF7
RGB
CMYK
RGB Variations
Color information
#61BFF7 (or 0x61BFF7) is known color: Maya Blue. HEX triplet: 61, BF and F7. RGB value is (97,191,247). Sum of RGB (Red+Green+Blue) = 97+191+247=535 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.13% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #61BFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BFF7 is #9E4008. Grayscale: #A8A8A8. Windows color (decimal): -10371081 or 16236385. OLE color: 16236385.
HSL color Cylindrical-coordinate representation of color #61BFF7: hue angle of 202.4º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61BFF7 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 191 | 247 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.03 |
| HSL | 202.4º | 0.9% | 0.67% | - |
| HSV(B) | 202.4º | 0.61% | 0.97% | - |
| XYZ | 40.35 | 46.52 | 94.85 | - |
| YUV | 169.28 | 171.86 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 247 | 0.61 | 0.23 | 0 | 0.03 | 202.4 | 0.9 | 0.67 |
| Hex | 61 | BF | F7 | 3D | 17 | 0 | 3 | CA | 5A | 43 |
| Octal | 141 | 277 | 367 | 75 | 27 | 0 | 3 | 312 | 132 | 103 |
| Binary | 1100001 | 10111111 | 11110111 | 111101 | 10111 | 0 | 11 | 11001010 | 1011010 | 1000011 |
Color Harmonies of #61BFF7
Complementary color
Monochromatic Colors of #61BFF7
Black with #61BFF7
Text Example
Text Example
White with #61BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BFF7; }
p { color: rgb(97,191,247); }
H1.HeaderClassName
{
color: #61BFF7;
}
.AnyTagClassName
{
color: #61BFF7;
}
</style>
background-color css
<style>
a { background-color: #61BFF7; }
a { background-color: rgb(97,191,247); }
div.DivClassName
{
background-color: #61BFF7;
}
.BgClassName
{
background-color: #61BFF7;
}
</style>
border-color css
<style>
span { border-color: #61BFF7; }
span { border-color: rgb(97,191,247); }
td.TdClassName
{
border-color: #61BFF7;
}
.TagClassName
{
border-color: #61BFF7;
}
</style>