Shades of Maya Blue #61C0FD
Tints of Maya Blue #61C0FD
RGB
CMYK
RGB Variations
Color information
#61C0FD (or 0x61C0FD) is known color: Maya Blue. HEX triplet: 61, C0 and FD. RGB value is (97,192,253). Sum of RGB (Red+Green+Blue) = 97+192+253=542 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.90% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #61C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0FD is #9E3F02. Grayscale: #AAAAAA. Windows color (decimal): -10370819 or 16629857. OLE color: 16629857.
HSL color Cylindrical-coordinate representation of color #61C0FD: hue angle of 203.46º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61C0FD is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 192 | 253 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.01 |
| HSL | 203.46º | 0.98% | 0.69% | - |
| HSV(B) | 203.46º | 0.62% | 0.99% | - |
| XYZ | 41.51 | 47.33 | 99.88 | - |
| YUV | 170.55 | 174.53 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 253 | 0.62 | 0.24 | 0 | 0.01 | 203.46 | 0.98 | 0.69 |
| Hex | 61 | C0 | FD | 3E | 18 | 0 | 1 | CB | 62 | 45 |
| Octal | 141 | 300 | 375 | 76 | 30 | 0 | 1 | 313 | 142 | 105 |
| Binary | 1100001 | 11000000 | 11111101 | 111110 | 11000 | 0 | 1 | 11001011 | 1100010 | 1000101 |
Color Harmonies of #61C0FD
Complementary color
Monochromatic Colors of #61C0FD
Black with #61C0FD
Text Example
Text Example
White with #61C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C0FD; }
p { color: rgb(97,192,253); }
H1.HeaderClassName
{
color: #61C0FD;
}
.AnyTagClassName
{
color: #61C0FD;
}
</style>
background-color css
<style>
a { background-color: #61C0FD; }
a { background-color: rgb(97,192,253); }
div.DivClassName
{
background-color: #61C0FD;
}
.BgClassName
{
background-color: #61C0FD;
}
</style>
border-color css
<style>
span { border-color: #61C0FD; }
span { border-color: rgb(97,192,253); }
td.TdClassName
{
border-color: #61C0FD;
}
.TagClassName
{
border-color: #61C0FD;
}
</style>