Shades of Maya Blue #61CEFF
Tints of Maya Blue #61CEFF
RGB
CMYK
RGB Variations
Color information
#61CEFF (or 0x61CEFF) is known color: Maya Blue. HEX triplet: 61, CE and FF. RGB value is (97,206,255). Sum of RGB (Red+Green+Blue) = 97+206+255=558 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.38% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #61CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CEFF is #9E3100. Grayscale: #B2B2B2. Windows color (decimal): -10367233 or 16764513. OLE color: 16764513.
HSL color Cylindrical-coordinate representation of color #61CEFF: hue angle of 198.61º 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 #61CEFF is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 206 | 255 | - |
| CMYK | 0.62 | 0.19 | 0 | 0 |
| HSL | 198.61º | 1% | 0.69% | - |
| HSV(B) | 198.61º | 0.62% | 1% | - |
| XYZ | 45.05 | 53.9 | 102.64 | - |
| YUV | 179 | 170.89 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 255 | 0.62 | 0.19 | 0 | 0 | 198.61 | 1 | 0.69 |
| Hex | 61 | CE | FF | 3E | 13 | 0 | 0 | C7 | 64 | 45 |
| Octal | 141 | 316 | 377 | 76 | 23 | 0 | 0 | 307 | 144 | 105 |
| Binary | 1100001 | 11001110 | 11111111 | 111110 | 10011 | 0 | 0 | 11000111 | 1100100 | 1000101 |
Color Harmonies of #61CEFF
Complementary color
Monochromatic Colors of #61CEFF
Black with #61CEFF
Text Example
Text Example
White with #61CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEFF; }
p { color: rgb(97,206,255); }
H1.HeaderClassName
{
color: #61CEFF;
}
.AnyTagClassName
{
color: #61CEFF;
}
</style>
background-color css
<style>
a { background-color: #61CEFF; }
a { background-color: rgb(97,206,255); }
div.DivClassName
{
background-color: #61CEFF;
}
.BgClassName
{
background-color: #61CEFF;
}
</style>
border-color css
<style>
span { border-color: #61CEFF; }
span { border-color: rgb(97,206,255); }
td.TdClassName
{
border-color: #61CEFF;
}
.TagClassName
{
border-color: #61CEFF;
}
</style>