Shades of Maya Blue #61C3FE
Tints of Maya Blue #61C3FE
RGB
CMYK
RGB Variations
Color information
#61C3FE (or 0x61C3FE) is known color: Maya Blue. HEX triplet: 61, C3 and FE. RGB value is (97,195,254). Sum of RGB (Red+Green+Blue) = 97+195+254=546 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.77% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #61C3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C3FE is #9E3C01. Grayscale: #ACACAC. Windows color (decimal): -10370050 or 16696161. OLE color: 16696161.
HSL color Cylindrical-coordinate representation of color #61C3FE: hue angle of 202.55º 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 #61C3FE is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 195 | 254 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.00 |
| HSL | 202.55º | 0.99% | 0.69% | - |
| HSV(B) | 202.55º | 0.62% | 1% | - |
| XYZ | 42.33 | 48.73 | 100.94 | - |
| YUV | 172.42 | 174.03 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 195 | 254 | 0.62 | 0.23 | 0 | 0.00 | 202.55 | 0.99 | 0.69 |
| Hex | 61 | C3 | FE | 3E | 17 | 0 | 0 | CB | 63 | 45 |
| Octal | 141 | 303 | 376 | 76 | 27 | 0 | 0 | 313 | 143 | 105 |
| Binary | 1100001 | 11000011 | 11111110 | 111110 | 10111 | 0 | 0 | 11001011 | 1100011 | 1000101 |
Color Harmonies of #61C3FE
Complementary color
Monochromatic Colors of #61C3FE
Black with #61C3FE
Text Example
Text Example
White with #61C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C3FE; }
p { color: rgb(97,195,254); }
H1.HeaderClassName
{
color: #61C3FE;
}
.AnyTagClassName
{
color: #61C3FE;
}
</style>
background-color css
<style>
a { background-color: #61C3FE; }
a { background-color: rgb(97,195,254); }
div.DivClassName
{
background-color: #61C3FE;
}
.BgClassName
{
background-color: #61C3FE;
}
</style>
border-color css
<style>
span { border-color: #61C3FE; }
span { border-color: rgb(97,195,254); }
td.TdClassName
{
border-color: #61C3FE;
}
.TagClassName
{
border-color: #61C3FE;
}
</style>