Shades of Maya Blue #61D2FF
Tints of Maya Blue #61D2FF
RGB
CMYK
RGB Variations
Color information
#61D2FF (or 0x61D2FF) is known color: Maya Blue. HEX triplet: 61, D2 and FF. RGB value is (97,210,255). Sum of RGB (Red+Green+Blue) = 97+210+255=562 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.26% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #61D2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D2FF is #9E2D00. Grayscale: #B5B5B5. Windows color (decimal): -10366209 or 16765537. OLE color: 16765537.
HSL color Cylindrical-coordinate representation of color #61D2FF: hue angle of 197.09º 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 #61D2FF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 210 | 255 | - |
| CMYK | 0.62 | 0.18 | 0 | 0 |
| HSL | 197.09º | 1% | 0.69% | - |
| HSV(B) | 197.09º | 0.62% | 1% | - |
| XYZ | 46.03 | 55.85 | 102.96 | - |
| YUV | 181.34 | 169.56 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 255 | 0.62 | 0.18 | 0 | 0 | 197.09 | 1 | 0.69 |
| Hex | 61 | D2 | FF | 3E | 12 | 0 | 0 | C5 | 64 | 45 |
| Octal | 141 | 322 | 377 | 76 | 22 | 0 | 0 | 305 | 144 | 105 |
| Binary | 1100001 | 11010010 | 11111111 | 111110 | 10010 | 0 | 0 | 11000101 | 1100100 | 1000101 |
Color Harmonies of #61D2FF
Complementary color
Monochromatic Colors of #61D2FF
Black with #61D2FF
Text Example
Text Example
White with #61D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D2FF; }
p { color: rgb(97,210,255); }
H1.HeaderClassName
{
color: #61D2FF;
}
.AnyTagClassName
{
color: #61D2FF;
}
</style>
background-color css
<style>
a { background-color: #61D2FF; }
a { background-color: rgb(97,210,255); }
div.DivClassName
{
background-color: #61D2FF;
}
.BgClassName
{
background-color: #61D2FF;
}
</style>
border-color css
<style>
span { border-color: #61D2FF; }
span { border-color: rgb(97,210,255); }
td.TdClassName
{
border-color: #61D2FF;
}
.TagClassName
{
border-color: #61D2FF;
}
</style>