Shades of Maya Blue #61C2FE
Tints of Maya Blue #61C2FE
RGB
CMYK
RGB Variations
Color information
#61C2FE (or 0x61C2FE) is known color: Maya Blue. HEX triplet: 61, C2 and FE. RGB value is (97,194,254). Sum of RGB (Red+Green+Blue) = 97+194+254=545 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.80% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #61C2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C2FE is #9E3D01. Grayscale: #ABABAB. Windows color (decimal): -10370306 or 16695905. OLE color: 16695905.
HSL color Cylindrical-coordinate representation of color #61C2FE: hue angle of 202.93º 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 #61C2FE is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 194 | 254 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.00 |
| HSL | 202.93º | 0.99% | 0.69% | - |
| HSV(B) | 202.93º | 0.62% | 1% | - |
| XYZ | 42.11 | 48.28 | 100.87 | - |
| YUV | 171.84 | 174.36 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 194 | 254 | 0.62 | 0.24 | 0 | 0.00 | 202.93 | 0.99 | 0.69 |
| Hex | 61 | C2 | FE | 3E | 18 | 0 | 0 | CB | 63 | 45 |
| Octal | 141 | 302 | 376 | 76 | 30 | 0 | 0 | 313 | 143 | 105 |
| Binary | 1100001 | 11000010 | 11111110 | 111110 | 11000 | 0 | 0 | 11001011 | 1100011 | 1000101 |
Color Harmonies of #61C2FE
Complementary color
Monochromatic Colors of #61C2FE
Black with #61C2FE
Text Example
Text Example
White with #61C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C2FE; }
p { color: rgb(97,194,254); }
H1.HeaderClassName
{
color: #61C2FE;
}
.AnyTagClassName
{
color: #61C2FE;
}
</style>
background-color css
<style>
a { background-color: #61C2FE; }
a { background-color: rgb(97,194,254); }
div.DivClassName
{
background-color: #61C2FE;
}
.BgClassName
{
background-color: #61C2FE;
}
</style>
border-color css
<style>
span { border-color: #61C2FE; }
span { border-color: rgb(97,194,254); }
td.TdClassName
{
border-color: #61C2FE;
}
.TagClassName
{
border-color: #61C2FE;
}
</style>