Shades of Maya Blue #61C0FF
Tints of Maya Blue #61C0FF
RGB
CMYK
RGB Variations
Color information
#61C0FF (or 0x61C0FF) is known color: Maya Blue. HEX triplet: 61, C0 and FF. RGB value is (97,192,255). Sum of RGB (Red+Green+Blue) = 97+192+255=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #61C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0FF is #9E3F00. Grayscale: #AAAAAA. Windows color (decimal): -10370817 or 16760929. OLE color: 16760929.
HSL color Cylindrical-coordinate representation of color #61C0FF: hue angle of 203.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61C0FF is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 192 | 255 | - |
| CMYK | 0.62 | 0.25 | 0 | 0 |
| HSL | 203.92º | 1% | 0.69% | - |
| HSV(B) | 203.92º | 0.62% | 1% | - |
| XYZ | 41.83 | 47.46 | 101.56 | - |
| YUV | 170.78 | 175.53 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 255 | 0.62 | 0.25 | 0 | 0 | 203.92 | 1 | 0.69 |
| Hex | 61 | C0 | FF | 3E | 19 | 0 | 0 | CC | 64 | 45 |
| Octal | 141 | 300 | 377 | 76 | 31 | 0 | 0 | 314 | 144 | 105 |
| Binary | 1100001 | 11000000 | 11111111 | 111110 | 11001 | 0 | 0 | 11001100 | 1100100 | 1000101 |
Color Harmonies of #61C0FF
Complementary color
Monochromatic Colors of #61C0FF
Black with #61C0FF
Text Example
Text Example
White with #61C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C0FF; }
p { color: rgb(97,192,255); }
H1.HeaderClassName
{
color: #61C0FF;
}
.AnyTagClassName
{
color: #61C0FF;
}
</style>
background-color css
<style>
a { background-color: #61C0FF; }
a { background-color: rgb(97,192,255); }
div.DivClassName
{
background-color: #61C0FF;
}
.BgClassName
{
background-color: #61C0FF;
}
</style>
border-color css
<style>
span { border-color: #61C0FF; }
span { border-color: rgb(97,192,255); }
td.TdClassName
{
border-color: #61C0FF;
}
.TagClassName
{
border-color: #61C0FF;
}
</style>