Shades of Maya Blue #61BDF7
Tints of Maya Blue #61BDF7
RGB
CMYK
RGB Variations
Color information
#61BDF7 (or 0x61BDF7) is known color: Maya Blue. HEX triplet: 61, BD and F7. RGB value is (97,189,247). Sum of RGB (Red+Green+Blue) = 97+189+247=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #61BDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDF7 is #9E4208. Grayscale: #A7A7A7. Windows color (decimal): -10371593 or 16235873. OLE color: 16235873.
HSL color Cylindrical-coordinate representation of color #61BDF7: hue angle of 203.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61BDF7 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 189 | 247 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.03 |
| HSL | 203.2º | 0.9% | 0.67% | - |
| HSV(B) | 203.2º | 0.61% | 0.97% | - |
| XYZ | 39.92 | 45.65 | 94.7 | - |
| YUV | 168.1 | 172.52 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 247 | 0.61 | 0.23 | 0 | 0.03 | 203.2 | 0.9 | 0.67 |
| Hex | 61 | BD | F7 | 3D | 17 | 0 | 3 | CB | 5A | 43 |
| Octal | 141 | 275 | 367 | 75 | 27 | 0 | 3 | 313 | 132 | 103 |
| Binary | 1100001 | 10111101 | 11110111 | 111101 | 10111 | 0 | 11 | 11001011 | 1011010 | 1000011 |
Color Harmonies of #61BDF7
Complementary color
Monochromatic Colors of #61BDF7
Black with #61BDF7
Text Example
Text Example
White with #61BDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BDF7; }
p { color: rgb(97,189,247); }
H1.HeaderClassName
{
color: #61BDF7;
}
.AnyTagClassName
{
color: #61BDF7;
}
</style>
background-color css
<style>
a { background-color: #61BDF7; }
a { background-color: rgb(97,189,247); }
div.DivClassName
{
background-color: #61BDF7;
}
.BgClassName
{
background-color: #61BDF7;
}
</style>
border-color css
<style>
span { border-color: #61BDF7; }
span { border-color: rgb(97,189,247); }
td.TdClassName
{
border-color: #61BDF7;
}
.TagClassName
{
border-color: #61BDF7;
}
</style>