Shades of Maya Blue #61ADFF
Tints of Maya Blue #61ADFF
RGB
CMYK
RGB Variations
Color information
#61ADFF (or 0x61ADFF) is known color: Maya Blue. HEX triplet: 61, AD and FF. RGB value is (97,173,255). Sum of RGB (Red+Green+Blue) = 97+173+255=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #61ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ADFF is #9E5200. Grayscale: #9F9F9F. Windows color (decimal): -10375681 or 16756065. OLE color: 16756065.
HSL color Cylindrical-coordinate representation of color #61ADFF: hue angle of 211.14º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61ADFF is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 173 | 255 | - |
| CMYK | 0.62 | 0.32 | 0 | 0 |
| HSL | 211.14º | 1% | 0.69% | - |
| HSV(B) | 211.14º | 0.62% | 1% | - |
| XYZ | 37.92 | 39.65 | 100.26 | - |
| YUV | 159.62 | 181.82 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 255 | 0.62 | 0.32 | 0 | 0 | 211.14 | 1 | 0.69 |
| Hex | 61 | AD | FF | 3E | 20 | 0 | 0 | D3 | 64 | 45 |
| Octal | 141 | 255 | 377 | 76 | 40 | 0 | 0 | 323 | 144 | 105 |
| Binary | 1100001 | 10101101 | 11111111 | 111110 | 100000 | 0 | 0 | 11010011 | 1100100 | 1000101 |
Color Harmonies of #61ADFF
Complementary color
Monochromatic Colors of #61ADFF
Black with #61ADFF
Text Example
Text Example
White with #61ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADFF; }
p { color: rgb(97,173,255); }
H1.HeaderClassName
{
color: #61ADFF;
}
.AnyTagClassName
{
color: #61ADFF;
}
</style>
background-color css
<style>
a { background-color: #61ADFF; }
a { background-color: rgb(97,173,255); }
div.DivClassName
{
background-color: #61ADFF;
}
.BgClassName
{
background-color: #61ADFF;
}
</style>
border-color css
<style>
span { border-color: #61ADFF; }
span { border-color: rgb(97,173,255); }
td.TdClassName
{
border-color: #61ADFF;
}
.TagClassName
{
border-color: #61ADFF;
}
</style>