Shades of Maya Blue #61CDF8
Tints of Maya Blue #61CDF8
RGB
CMYK
RGB Variations
Color information
#61CDF8 (or 0x61CDF8) is known color: Maya Blue. HEX triplet: 61, CD and F8. RGB value is (97,205,248). Sum of RGB (Red+Green+Blue) = 97+205+248=550 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.64% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #61CDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CDF8 is #9E3207. Grayscale: #B1B1B1. Windows color (decimal): -10367496 or 16305505. OLE color: 16305505.
HSL color Cylindrical-coordinate representation of color #61CDF8: hue angle of 197.09º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61CDF8 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 205 | 248 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.03 |
| HSL | 197.09º | 0.92% | 0.68% | - |
| HSV(B) | 197.09º | 0.61% | 0.97% | - |
| XYZ | 43.7 | 52.98 | 96.73 | - |
| YUV | 177.61 | 167.72 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 205 | 248 | 0.61 | 0.17 | 0 | 0.03 | 197.09 | 0.92 | 0.68 |
| Hex | 61 | CD | F8 | 3D | 11 | 0 | 3 | C5 | 5C | 44 |
| Octal | 141 | 315 | 370 | 75 | 21 | 0 | 3 | 305 | 134 | 104 |
| Binary | 1100001 | 11001101 | 11111000 | 111101 | 10001 | 0 | 11 | 11000101 | 1011100 | 1000100 |
Color Harmonies of #61CDF8
Complementary color
Monochromatic Colors of #61CDF8
Black with #61CDF8
Text Example
Text Example
White with #61CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CDF8; }
p { color: rgb(97,205,248); }
H1.HeaderClassName
{
color: #61CDF8;
}
.AnyTagClassName
{
color: #61CDF8;
}
</style>
background-color css
<style>
a { background-color: #61CDF8; }
a { background-color: rgb(97,205,248); }
div.DivClassName
{
background-color: #61CDF8;
}
.BgClassName
{
background-color: #61CDF8;
}
</style>
border-color css
<style>
span { border-color: #61CDF8; }
span { border-color: rgb(97,205,248); }
td.TdClassName
{
border-color: #61CDF8;
}
.TagClassName
{
border-color: #61CDF8;
}
</style>