Shades of Maya Blue #61BEF5
Tints of Maya Blue #61BEF5
RGB
CMYK
RGB Variations
Color information
#61BEF5 (or 0x61BEF5) is known color: Maya Blue. HEX triplet: 61, BE and F5. RGB value is (97,190,245). Sum of RGB (Red+Green+Blue) = 97+190+245=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 245 (96.09% from 255 or 46.05% from 532); Max value from RGB is 245 - color contains mainly: blue. Hex color #61BEF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BEF5 is #9E410A. Grayscale: #A8A8A8. Windows color (decimal): -10371339 or 16105057. OLE color: 16105057.
HSL color Cylindrical-coordinate representation of color #61BEF5: hue angle of 202.3º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61BEF5 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 190 | 245 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.04 |
| HSL | 202.3º | 0.88% | 0.67% | - |
| HSV(B) | 202.3º | 0.6% | 0.96% | - |
| XYZ | 39.82 | 45.96 | 93.16 | - |
| YUV | 168.46 | 171.19 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 245 | 0.60 | 0.22 | 0 | 0.04 | 202.3 | 0.88 | 0.67 |
| Hex | 61 | BE | F5 | 3C | 16 | 0 | 4 | CA | 58 | 43 |
| Octal | 141 | 276 | 365 | 74 | 26 | 0 | 4 | 312 | 130 | 103 |
| Binary | 1100001 | 10111110 | 11110101 | 111100 | 10110 | 0 | 100 | 11001010 | 1011000 | 1000011 |
Color Harmonies of #61BEF5
Complementary color
Monochromatic Colors of #61BEF5
Black with #61BEF5
Text Example
Text Example
White with #61BEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BEF5; }
p { color: rgb(97,190,245); }
H1.HeaderClassName
{
color: #61BEF5;
}
.AnyTagClassName
{
color: #61BEF5;
}
</style>
background-color css
<style>
a { background-color: #61BEF5; }
a { background-color: rgb(97,190,245); }
div.DivClassName
{
background-color: #61BEF5;
}
.BgClassName
{
background-color: #61BEF5;
}
</style>
border-color css
<style>
span { border-color: #61BEF5; }
span { border-color: rgb(97,190,245); }
td.TdClassName
{
border-color: #61BEF5;
}
.TagClassName
{
border-color: #61BEF5;
}
</style>