Shades of Maya Blue #61ADFE
Tints of Maya Blue #61ADFE
RGB
CMYK
RGB Variations
Color information
#61ADFE (or 0x61ADFE) is known color: Maya Blue. HEX triplet: 61, AD and FE. RGB value is (97,173,254). Sum of RGB (Red+Green+Blue) = 97+173+254=524 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.51% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #61ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ADFE is #9E5201. Grayscale: #9F9F9F. Windows color (decimal): -10375682 or 16690529. OLE color: 16690529.
HSL color Cylindrical-coordinate representation of color #61ADFE: hue angle of 210.96º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61ADFE is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 173 | 254 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.00 |
| HSL | 210.96º | 0.99% | 0.69% | - |
| HSV(B) | 210.96º | 0.62% | 1% | - |
| XYZ | 37.76 | 39.58 | 99.42 | - |
| YUV | 159.51 | 181.32 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 254 | 0.62 | 0.32 | 0 | 0.00 | 210.96 | 0.99 | 0.69 |
| Hex | 61 | AD | FE | 3E | 20 | 0 | 0 | D3 | 63 | 45 |
| Octal | 141 | 255 | 376 | 76 | 40 | 0 | 0 | 323 | 143 | 105 |
| Binary | 1100001 | 10101101 | 11111110 | 111110 | 100000 | 0 | 0 | 11010011 | 1100011 | 1000101 |
Color Harmonies of #61ADFE
Complementary color
Monochromatic Colors of #61ADFE
Black with #61ADFE
Text Example
Text Example
White with #61ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADFE; }
p { color: rgb(97,173,254); }
H1.HeaderClassName
{
color: #61ADFE;
}
.AnyTagClassName
{
color: #61ADFE;
}
</style>
background-color css
<style>
a { background-color: #61ADFE; }
a { background-color: rgb(97,173,254); }
div.DivClassName
{
background-color: #61ADFE;
}
.BgClassName
{
background-color: #61ADFE;
}
</style>
border-color css
<style>
span { border-color: #61ADFE; }
span { border-color: rgb(97,173,254); }
td.TdClassName
{
border-color: #61ADFE;
}
.TagClassName
{
border-color: #61ADFE;
}
</style>