Shades of Maya Blue #61CAF1
Tints of Maya Blue #61CAF1
RGB
CMYK
RGB Variations
Color information
#61CAF1 (or 0x61CAF1) is known color: Maya Blue. HEX triplet: 61, CA and F1. RGB value is (97,202,241). Sum of RGB (Red+Green+Blue) = 97+202+241=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #61CAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CAF1 is #9E350E. Grayscale: #AEAEAE. Windows color (decimal): -10368271 or 15845985. OLE color: 15845985.
HSL color Cylindrical-coordinate representation of color #61CAF1: hue angle of 196.25º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61CAF1 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 202 | 241 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.05 |
| HSL | 196.25º | 0.84% | 0.66% | - |
| HSV(B) | 196.25º | 0.6% | 0.95% | - |
| XYZ | 41.93 | 51.13 | 90.88 | - |
| YUV | 175.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 241 | 0.60 | 0.16 | 0 | 0.05 | 196.25 | 0.84 | 0.66 |
| Hex | 61 | CA | F1 | 3C | 10 | 0 | 5 | C4 | 54 | 42 |
| Octal | 141 | 312 | 361 | 74 | 20 | 0 | 5 | 304 | 124 | 102 |
| Binary | 1100001 | 11001010 | 11110001 | 111100 | 10000 | 0 | 101 | 11000100 | 1010100 | 1000010 |
Color Harmonies of #61CAF1
Complementary color
Monochromatic Colors of #61CAF1
Black with #61CAF1
Text Example
Text Example
White with #61CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CAF1; }
p { color: rgb(97,202,241); }
H1.HeaderClassName
{
color: #61CAF1;
}
.AnyTagClassName
{
color: #61CAF1;
}
</style>
background-color css
<style>
a { background-color: #61CAF1; }
a { background-color: rgb(97,202,241); }
div.DivClassName
{
background-color: #61CAF1;
}
.BgClassName
{
background-color: #61CAF1;
}
</style>
border-color css
<style>
span { border-color: #61CAF1; }
span { border-color: rgb(97,202,241); }
td.TdClassName
{
border-color: #61CAF1;
}
.TagClassName
{
border-color: #61CAF1;
}
</style>