Shades of Maya Blue #61C0FC
Tints of Maya Blue #61C0FC
RGB
CMYK
RGB Variations
Color information
#61C0FC (or 0x61C0FC) is known color: Maya Blue. HEX triplet: 61, C0 and FC. RGB value is (97,192,252). Sum of RGB (Red+Green+Blue) = 97+192+252=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #61C0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0FC is #9E3F03. Grayscale: #AAAAAA. Windows color (decimal): -10370820 or 16564321. OLE color: 16564321.
HSL color Cylindrical-coordinate representation of color #61C0FC: hue angle of 203.23º 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 #61C0FC is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 192 | 252 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.01 |
| HSL | 203.23º | 0.96% | 0.68% | - |
| HSV(B) | 203.23º | 0.62% | 0.99% | - |
| XYZ | 41.35 | 47.27 | 99.04 | - |
| YUV | 170.44 | 174.03 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 252 | 0.62 | 0.24 | 0 | 0.01 | 203.23 | 0.96 | 0.68 |
| Hex | 61 | C0 | FC | 3E | 18 | 0 | 1 | CB | 60 | 44 |
| Octal | 141 | 300 | 374 | 76 | 30 | 0 | 1 | 313 | 140 | 104 |
| Binary | 1100001 | 11000000 | 11111100 | 111110 | 11000 | 0 | 1 | 11001011 | 1100000 | 1000100 |
Color Harmonies of #61C0FC
Complementary color
Monochromatic Colors of #61C0FC
Black with #61C0FC
Text Example
Text Example
White with #61C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C0FC; }
p { color: rgb(97,192,252); }
H1.HeaderClassName
{
color: #61C0FC;
}
.AnyTagClassName
{
color: #61C0FC;
}
</style>
background-color css
<style>
a { background-color: #61C0FC; }
a { background-color: rgb(97,192,252); }
div.DivClassName
{
background-color: #61C0FC;
}
.BgClassName
{
background-color: #61C0FC;
}
</style>
border-color css
<style>
span { border-color: #61C0FC; }
span { border-color: rgb(97,192,252); }
td.TdClassName
{
border-color: #61C0FC;
}
.TagClassName
{
border-color: #61C0FC;
}
</style>