Shades of Maya Blue #61D2FE
Tints of Maya Blue #61D2FE
RGB
CMYK
RGB Variations
Color information
#61D2FE (or 0x61D2FE) is known color: Maya Blue. HEX triplet: 61, D2 and FE. RGB value is (97,210,254). Sum of RGB (Red+Green+Blue) = 97+210+254=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #61D2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D2FE is #9E2D01. Grayscale: #B4B4B4. Windows color (decimal): -10366210 or 16700001. OLE color: 16700001.
HSL color Cylindrical-coordinate representation of color #61D2FE: hue angle of 196.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61D2FE is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 210 | 254 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.00 |
| HSL | 196.82º | 0.99% | 0.69% | - |
| HSV(B) | 196.82º | 0.62% | 1% | - |
| XYZ | 45.87 | 55.79 | 102.12 | - |
| YUV | 181.23 | 169.06 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 254 | 0.62 | 0.17 | 0 | 0.00 | 196.82 | 0.99 | 0.69 |
| Hex | 61 | D2 | FE | 3E | 11 | 0 | 0 | C5 | 63 | 45 |
| Octal | 141 | 322 | 376 | 76 | 21 | 0 | 0 | 305 | 143 | 105 |
| Binary | 1100001 | 11010010 | 11111110 | 111110 | 10001 | 0 | 0 | 11000101 | 1100011 | 1000101 |
Color Harmonies of #61D2FE
Complementary color
Monochromatic Colors of #61D2FE
Black with #61D2FE
Text Example
Text Example
White with #61D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D2FE; }
p { color: rgb(97,210,254); }
H1.HeaderClassName
{
color: #61D2FE;
}
.AnyTagClassName
{
color: #61D2FE;
}
</style>
background-color css
<style>
a { background-color: #61D2FE; }
a { background-color: rgb(97,210,254); }
div.DivClassName
{
background-color: #61D2FE;
}
.BgClassName
{
background-color: #61D2FE;
}
</style>
border-color css
<style>
span { border-color: #61D2FE; }
span { border-color: rgb(97,210,254); }
td.TdClassName
{
border-color: #61D2FE;
}
.TagClassName
{
border-color: #61D2FE;
}
</style>