Shades of Maya Blue #61CFFC
Tints of Maya Blue #61CFFC
RGB
CMYK
RGB Variations
Color information
#61CFFC (or 0x61CFFC) is known color: Maya Blue. HEX triplet: 61, CF and FC. RGB value is (97,207,252). Sum of RGB (Red+Green+Blue) = 97+207+252=556 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.45% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #61CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CFFC is #9E3003. Grayscale: #B2B2B2. Windows color (decimal): -10366980 or 16568161. OLE color: 16568161.
HSL color Cylindrical-coordinate representation of color #61CFFC: hue angle of 197.42º 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 #61CFFC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 207 | 252 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.01 |
| HSL | 197.42º | 0.96% | 0.68% | - |
| HSV(B) | 197.42º | 0.62% | 0.99% | - |
| XYZ | 44.81 | 54.2 | 100.19 | - |
| YUV | 179.24 | 169.06 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 252 | 0.62 | 0.18 | 0 | 0.01 | 197.42 | 0.96 | 0.68 |
| Hex | 61 | CF | FC | 3E | 12 | 0 | 1 | C5 | 60 | 44 |
| Octal | 141 | 317 | 374 | 76 | 22 | 0 | 1 | 305 | 140 | 104 |
| Binary | 1100001 | 11001111 | 11111100 | 111110 | 10010 | 0 | 1 | 11000101 | 1100000 | 1000100 |
Color Harmonies of #61CFFC
Complementary color
Monochromatic Colors of #61CFFC
Black with #61CFFC
Text Example
Text Example
White with #61CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CFFC; }
p { color: rgb(97,207,252); }
H1.HeaderClassName
{
color: #61CFFC;
}
.AnyTagClassName
{
color: #61CFFC;
}
</style>
background-color css
<style>
a { background-color: #61CFFC; }
a { background-color: rgb(97,207,252); }
div.DivClassName
{
background-color: #61CFFC;
}
.BgClassName
{
background-color: #61CFFC;
}
</style>
border-color css
<style>
span { border-color: #61CFFC; }
span { border-color: rgb(97,207,252); }
td.TdClassName
{
border-color: #61CFFC;
}
.TagClassName
{
border-color: #61CFFC;
}
</style>