Shades of Maya Blue #61C1F9
Tints of Maya Blue #61C1F9
RGB
CMYK
RGB Variations
Color information
#61C1F9 (or 0x61C1F9) is known color: Maya Blue. HEX triplet: 61, C1 and F9. RGB value is (97,193,249). Sum of RGB (Red+Green+Blue) = 97+193+249=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #61C1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C1F9 is #9E3E06. Grayscale: #AAAAAA. Windows color (decimal): -10370567 or 16367969. OLE color: 16367969.
HSL color Cylindrical-coordinate representation of color #61C1F9: hue angle of 202.11º degrees, saturation: 0.93, 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 #61C1F9 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 193 | 249 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.02 |
| HSL | 202.11º | 0.93% | 0.68% | - |
| HSV(B) | 202.11º | 0.61% | 0.98% | - |
| XYZ | 41.1 | 47.52 | 96.63 | - |
| YUV | 170.68 | 172.2 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 249 | 0.61 | 0.22 | 0 | 0.02 | 202.11 | 0.93 | 0.68 |
| Hex | 61 | C1 | F9 | 3D | 16 | 0 | 2 | CA | 5D | 44 |
| Octal | 141 | 301 | 371 | 75 | 26 | 0 | 2 | 312 | 135 | 104 |
| Binary | 1100001 | 11000001 | 11111001 | 111101 | 10110 | 0 | 10 | 11001010 | 1011101 | 1000100 |
Color Harmonies of #61C1F9
Complementary color
Monochromatic Colors of #61C1F9
Black with #61C1F9
Text Example
Text Example
White with #61C1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1F9; }
p { color: rgb(97,193,249); }
H1.HeaderClassName
{
color: #61C1F9;
}
.AnyTagClassName
{
color: #61C1F9;
}
</style>
background-color css
<style>
a { background-color: #61C1F9; }
a { background-color: rgb(97,193,249); }
div.DivClassName
{
background-color: #61C1F9;
}
.BgClassName
{
background-color: #61C1F9;
}
</style>
border-color css
<style>
span { border-color: #61C1F9; }
span { border-color: rgb(97,193,249); }
td.TdClassName
{
border-color: #61C1F9;
}
.TagClassName
{
border-color: #61C1F9;
}
</style>