Shades of Maya Blue #61BFF5
Tints of Maya Blue #61BFF5
RGB
CMYK
RGB Variations
Color information
#61BFF5 (or 0x61BFF5) is known color: Maya Blue. HEX triplet: 61, BF and F5. RGB value is (97,191,245). Sum of RGB (Red+Green+Blue) = 97+191+245=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #61BFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BFF5 is #9E400A. Grayscale: #A8A8A8. Windows color (decimal): -10371083 or 16105313. OLE color: 16105313.
HSL color Cylindrical-coordinate representation of color #61BFF5: hue angle of 201.89º 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 #61BFF5 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 191 | 245 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.04 |
| HSL | 201.89º | 0.88% | 0.67% | - |
| HSV(B) | 201.89º | 0.6% | 0.96% | - |
| XYZ | 40.04 | 46.4 | 93.23 | - |
| YUV | 169.05 | 170.86 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 245 | 0.60 | 0.22 | 0 | 0.04 | 201.89 | 0.88 | 0.67 |
| Hex | 61 | BF | F5 | 3C | 16 | 0 | 4 | CA | 58 | 43 |
| Octal | 141 | 277 | 365 | 74 | 26 | 0 | 4 | 312 | 130 | 103 |
| Binary | 1100001 | 10111111 | 11110101 | 111100 | 10110 | 0 | 100 | 11001010 | 1011000 | 1000011 |
Color Harmonies of #61BFF5
Complementary color
Monochromatic Colors of #61BFF5
Black with #61BFF5
Text Example
Text Example
White with #61BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BFF5; }
p { color: rgb(97,191,245); }
H1.HeaderClassName
{
color: #61BFF5;
}
.AnyTagClassName
{
color: #61BFF5;
}
</style>
background-color css
<style>
a { background-color: #61BFF5; }
a { background-color: rgb(97,191,245); }
div.DivClassName
{
background-color: #61BFF5;
}
.BgClassName
{
background-color: #61BFF5;
}
</style>
border-color css
<style>
span { border-color: #61BFF5; }
span { border-color: rgb(97,191,245); }
td.TdClassName
{
border-color: #61BFF5;
}
.TagClassName
{
border-color: #61BFF5;
}
</style>