Shades of Maya Blue #61C2FF
Tints of Maya Blue #61C2FF
RGB
CMYK
RGB Variations
Color information
#61C2FF (or 0x61C2FF) is known color: Maya Blue. HEX triplet: 61, C2 and FF. RGB value is (97,194,255). Sum of RGB (Red+Green+Blue) = 97+194+255=546 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.77% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #61C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C2FF is #9E3D00. Grayscale: #ABABAB. Windows color (decimal): -10370305 or 16761441. OLE color: 16761441.
HSL color Cylindrical-coordinate representation of color #61C2FF: hue angle of 203.16º 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 #61C2FF is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 194 | 255 | - |
| CMYK | 0.62 | 0.24 | 0 | 0 |
| HSL | 203.16º | 1% | 0.69% | - |
| HSV(B) | 203.16º | 0.62% | 1% | - |
| XYZ | 42.27 | 48.34 | 101.71 | - |
| YUV | 171.95 | 174.86 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 194 | 255 | 0.62 | 0.24 | 0 | 0 | 203.16 | 1 | 0.69 |
| Hex | 61 | C2 | FF | 3E | 18 | 0 | 0 | CB | 64 | 45 |
| Octal | 141 | 302 | 377 | 76 | 30 | 0 | 0 | 313 | 144 | 105 |
| Binary | 1100001 | 11000010 | 11111111 | 111110 | 11000 | 0 | 0 | 11001011 | 1100100 | 1000101 |
Color Harmonies of #61C2FF
Complementary color
Monochromatic Colors of #61C2FF
Black with #61C2FF
Text Example
Text Example
White with #61C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C2FF; }
p { color: rgb(97,194,255); }
H1.HeaderClassName
{
color: #61C2FF;
}
.AnyTagClassName
{
color: #61C2FF;
}
</style>
background-color css
<style>
a { background-color: #61C2FF; }
a { background-color: rgb(97,194,255); }
div.DivClassName
{
background-color: #61C2FF;
}
.BgClassName
{
background-color: #61C2FF;
}
</style>
border-color css
<style>
span { border-color: #61C2FF; }
span { border-color: rgb(97,194,255); }
td.TdClassName
{
border-color: #61C2FF;
}
.TagClassName
{
border-color: #61C2FF;
}
</style>