Shades of Maya Blue #61BDF5
Tints of Maya Blue #61BDF5
RGB
CMYK
RGB Variations
Color information
#61BDF5 (or 0x61BDF5) is known color: Maya Blue. HEX triplet: 61, BD and F5. RGB value is (97,189,245). Sum of RGB (Red+Green+Blue) = 97+189+245=531 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.27% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #61BDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDF5 is #9E420A. Grayscale: #A7A7A7. Windows color (decimal): -10371595 or 16104801. OLE color: 16104801.
HSL color Cylindrical-coordinate representation of color #61BDF5: hue angle of 202.7º 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 #61BDF5 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 189 | 245 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.04 |
| HSL | 202.7º | 0.88% | 0.67% | - |
| HSV(B) | 202.7º | 0.6% | 0.96% | - |
| XYZ | 39.61 | 45.53 | 93.09 | - |
| YUV | 167.88 | 171.52 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 245 | 0.60 | 0.23 | 0 | 0.04 | 202.7 | 0.88 | 0.67 |
| Hex | 61 | BD | F5 | 3C | 17 | 0 | 4 | CB | 58 | 43 |
| Octal | 141 | 275 | 365 | 74 | 27 | 0 | 4 | 313 | 130 | 103 |
| Binary | 1100001 | 10111101 | 11110101 | 111100 | 10111 | 0 | 100 | 11001011 | 1011000 | 1000011 |
Color Harmonies of #61BDF5
Complementary color
Monochromatic Colors of #61BDF5
Black with #61BDF5
Text Example
Text Example
White with #61BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BDF5; }
p { color: rgb(97,189,245); }
H1.HeaderClassName
{
color: #61BDF5;
}
.AnyTagClassName
{
color: #61BDF5;
}
</style>
background-color css
<style>
a { background-color: #61BDF5; }
a { background-color: rgb(97,189,245); }
div.DivClassName
{
background-color: #61BDF5;
}
.BgClassName
{
background-color: #61BDF5;
}
</style>
border-color css
<style>
span { border-color: #61BDF5; }
span { border-color: rgb(97,189,245); }
td.TdClassName
{
border-color: #61BDF5;
}
.TagClassName
{
border-color: #61BDF5;
}
</style>