Shades of Maya Blue #61AEFF
Tints of Maya Blue #61AEFF
RGB
CMYK
RGB Variations
Color information
#61AEFF (or 0x61AEFF) is known color: Maya Blue. HEX triplet: 61, AE and FF. RGB value is (97,174,255). Sum of RGB (Red+Green+Blue) = 97+174+255=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #61AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AEFF is #9E5100. Grayscale: #9F9F9F. Windows color (decimal): -10375425 or 16756321. OLE color: 16756321.
HSL color Cylindrical-coordinate representation of color #61AEFF: hue angle of 210.76º 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 #61AEFF is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 174 | 255 | - |
| CMYK | 0.62 | 0.32 | 0 | 0 |
| HSL | 210.76º | 1% | 0.69% | - |
| HSV(B) | 210.76º | 0.62% | 1% | - |
| XYZ | 38.12 | 40.03 | 100.33 | - |
| YUV | 160.21 | 181.49 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 255 | 0.62 | 0.32 | 0 | 0 | 210.76 | 1 | 0.69 |
| Hex | 61 | AE | FF | 3E | 20 | 0 | 0 | D3 | 64 | 45 |
| Octal | 141 | 256 | 377 | 76 | 40 | 0 | 0 | 323 | 144 | 105 |
| Binary | 1100001 | 10101110 | 11111111 | 111110 | 100000 | 0 | 0 | 11010011 | 1100100 | 1000101 |
Color Harmonies of #61AEFF
Complementary color
Monochromatic Colors of #61AEFF
Black with #61AEFF
Text Example
Text Example
White with #61AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AEFF; }
p { color: rgb(97,174,255); }
H1.HeaderClassName
{
color: #61AEFF;
}
.AnyTagClassName
{
color: #61AEFF;
}
</style>
background-color css
<style>
a { background-color: #61AEFF; }
a { background-color: rgb(97,174,255); }
div.DivClassName
{
background-color: #61AEFF;
}
.BgClassName
{
background-color: #61AEFF;
}
</style>
border-color css
<style>
span { border-color: #61AEFF; }
span { border-color: rgb(97,174,255); }
td.TdClassName
{
border-color: #61AEFF;
}
.TagClassName
{
border-color: #61AEFF;
}
</style>