Shades of Maya Blue #61CAF4
Tints of Maya Blue #61CAF4
RGB
CMYK
RGB Variations
Color information
#61CAF4 (or 0x61CAF4) is known color: Maya Blue. HEX triplet: 61, CA and F4. RGB value is (97,202,244). Sum of RGB (Red+Green+Blue) = 97+202+244=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #61CAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CAF4 is #9E350B. Grayscale: #AFAFAF. Windows color (decimal): -10368268 or 16042593. OLE color: 16042593.
HSL color Cylindrical-coordinate representation of color #61CAF4: hue angle of 197.14º degrees, saturation: 0.87, 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 #61CAF4 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 202 | 244 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.04 |
| HSL | 197.14º | 0.87% | 0.67% | - |
| HSV(B) | 197.14º | 0.6% | 0.96% | - |
| XYZ | 42.38 | 51.31 | 93.26 | - |
| YUV | 175.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 244 | 0.60 | 0.17 | 0 | 0.04 | 197.14 | 0.87 | 0.67 |
| Hex | 61 | CA | F4 | 3C | 11 | 0 | 4 | C5 | 57 | 43 |
| Octal | 141 | 312 | 364 | 74 | 21 | 0 | 4 | 305 | 127 | 103 |
| Binary | 1100001 | 11001010 | 11110100 | 111100 | 10001 | 0 | 100 | 11000101 | 1010111 | 1000011 |
Color Harmonies of #61CAF4
Complementary color
Monochromatic Colors of #61CAF4
Black with #61CAF4
Text Example
Text Example
White with #61CAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CAF4; }
p { color: rgb(97,202,244); }
H1.HeaderClassName
{
color: #61CAF4;
}
.AnyTagClassName
{
color: #61CAF4;
}
</style>
background-color css
<style>
a { background-color: #61CAF4; }
a { background-color: rgb(97,202,244); }
div.DivClassName
{
background-color: #61CAF4;
}
.BgClassName
{
background-color: #61CAF4;
}
</style>
border-color css
<style>
span { border-color: #61CAF4; }
span { border-color: rgb(97,202,244); }
td.TdClassName
{
border-color: #61CAF4;
}
.TagClassName
{
border-color: #61CAF4;
}
</style>