Shades of Maya Blue #61C1FA
Tints of Maya Blue #61C1FA
RGB
CMYK
RGB Variations
Color information
#61C1FA (or 0x61C1FA) is known color: Maya Blue. HEX triplet: 61, C1 and FA. RGB value is (97,193,250). Sum of RGB (Red+Green+Blue) = 97+193+250=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #61C1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C1FA is #9E3E05. Grayscale: #AAAAAA. Windows color (decimal): -10370566 or 16433505. OLE color: 16433505.
HSL color Cylindrical-coordinate representation of color #61C1FA: hue angle of 202.35º 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 #61C1FA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 193 | 250 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.02 |
| HSL | 202.35º | 0.94% | 0.68% | - |
| HSV(B) | 202.35º | 0.61% | 0.98% | - |
| XYZ | 41.26 | 47.58 | 97.45 | - |
| YUV | 170.79 | 172.7 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 250 | 0.61 | 0.23 | 0 | 0.02 | 202.35 | 0.94 | 0.68 |
| Hex | 61 | C1 | FA | 3D | 17 | 0 | 2 | CA | 5E | 44 |
| Octal | 141 | 301 | 372 | 75 | 27 | 0 | 2 | 312 | 136 | 104 |
| Binary | 1100001 | 11000001 | 11111010 | 111101 | 10111 | 0 | 10 | 11001010 | 1011110 | 1000100 |
Color Harmonies of #61C1FA
Complementary color
Monochromatic Colors of #61C1FA
Black with #61C1FA
Text Example
Text Example
White with #61C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1FA; }
p { color: rgb(97,193,250); }
H1.HeaderClassName
{
color: #61C1FA;
}
.AnyTagClassName
{
color: #61C1FA;
}
</style>
background-color css
<style>
a { background-color: #61C1FA; }
a { background-color: rgb(97,193,250); }
div.DivClassName
{
background-color: #61C1FA;
}
.BgClassName
{
background-color: #61C1FA;
}
</style>
border-color css
<style>
span { border-color: #61C1FA; }
span { border-color: rgb(97,193,250); }
td.TdClassName
{
border-color: #61C1FA;
}
.TagClassName
{
border-color: #61C1FA;
}
</style>