Shades of Maya Blue #61C2FA
Tints of Maya Blue #61C2FA
RGB
CMYK
RGB Variations
Color information
#61C2FA (or 0x61C2FA) is known color: Maya Blue. HEX triplet: 61, C2 and FA. RGB value is (97,194,250). Sum of RGB (Red+Green+Blue) = 97+194+250=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #61C2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C2FA is #9E3D05. Grayscale: #ABABAB. Windows color (decimal): -10370310 or 16433761. OLE color: 16433761.
HSL color Cylindrical-coordinate representation of color #61C2FA: hue angle of 201.96º 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 #61C2FA is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 194 | 250 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.02 |
| HSL | 201.96º | 0.94% | 0.68% | - |
| HSV(B) | 201.96º | 0.61% | 0.98% | - |
| XYZ | 41.48 | 48.03 | 97.53 | - |
| YUV | 171.38 | 172.36 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 194 | 250 | 0.61 | 0.22 | 0 | 0.02 | 201.96 | 0.94 | 0.68 |
| Hex | 61 | C2 | FA | 3D | 16 | 0 | 2 | CA | 5E | 44 |
| Octal | 141 | 302 | 372 | 75 | 26 | 0 | 2 | 312 | 136 | 104 |
| Binary | 1100001 | 11000010 | 11111010 | 111101 | 10110 | 0 | 10 | 11001010 | 1011110 | 1000100 |
Color Harmonies of #61C2FA
Complementary color
Monochromatic Colors of #61C2FA
Black with #61C2FA
Text Example
Text Example
White with #61C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C2FA; }
p { color: rgb(97,194,250); }
H1.HeaderClassName
{
color: #61C2FA;
}
.AnyTagClassName
{
color: #61C2FA;
}
</style>
background-color css
<style>
a { background-color: #61C2FA; }
a { background-color: rgb(97,194,250); }
div.DivClassName
{
background-color: #61C2FA;
}
.BgClassName
{
background-color: #61C2FA;
}
</style>
border-color css
<style>
span { border-color: #61C2FA; }
span { border-color: rgb(97,194,250); }
td.TdClassName
{
border-color: #61C2FA;
}
.TagClassName
{
border-color: #61C2FA;
}
</style>