Shades of Maya Blue #61BBF6
Tints of Maya Blue #61BBF6
RGB
CMYK
RGB Variations
Color information
#61BBF6 (or 0x61BBF6) is known color: Maya Blue. HEX triplet: 61, BB and F6. RGB value is (97,187,246). Sum of RGB (Red+Green+Blue) = 97+187+246=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #61BBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BBF6 is #9E4409. Grayscale: #A6A6A6. Windows color (decimal): -10372106 or 16169825. OLE color: 16169825.
HSL color Cylindrical-coordinate representation of color #61BBF6: hue angle of 203.76º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61BBF6 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 187 | 246 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.04 |
| HSL | 203.76º | 0.89% | 0.67% | - |
| HSV(B) | 203.76º | 0.61% | 0.96% | - |
| XYZ | 39.33 | 44.74 | 93.75 | - |
| YUV | 166.82 | 172.68 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 246 | 0.61 | 0.24 | 0 | 0.04 | 203.76 | 0.89 | 0.67 |
| Hex | 61 | BB | F6 | 3D | 18 | 0 | 4 | CC | 59 | 43 |
| Octal | 141 | 273 | 366 | 75 | 30 | 0 | 4 | 314 | 131 | 103 |
| Binary | 1100001 | 10111011 | 11110110 | 111101 | 11000 | 0 | 100 | 11001100 | 1011001 | 1000011 |
Color Harmonies of #61BBF6
Complementary color
Monochromatic Colors of #61BBF6
Black with #61BBF6
Text Example
Text Example
White with #61BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBF6; }
p { color: rgb(97,187,246); }
H1.HeaderClassName
{
color: #61BBF6;
}
.AnyTagClassName
{
color: #61BBF6;
}
</style>
background-color css
<style>
a { background-color: #61BBF6; }
a { background-color: rgb(97,187,246); }
div.DivClassName
{
background-color: #61BBF6;
}
.BgClassName
{
background-color: #61BBF6;
}
</style>
border-color css
<style>
span { border-color: #61BBF6; }
span { border-color: rgb(97,187,246); }
td.TdClassName
{
border-color: #61BBF6;
}
.TagClassName
{
border-color: #61BBF6;
}
</style>