Shades of Maya Blue #61CAF7
Tints of Maya Blue #61CAF7
RGB
CMYK
RGB Variations
Color information
#61CAF7 (or 0x61CAF7) is known color: Maya Blue. HEX triplet: 61, CA and F7. RGB value is (97,202,247). Sum of RGB (Red+Green+Blue) = 97+202+247=546 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.77% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #61CAF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CAF7 is #9E3508. Grayscale: #AFAFAF. Windows color (decimal): -10368265 or 16239201. OLE color: 16239201.
HSL color Cylindrical-coordinate representation of color #61CAF7: hue angle of 198º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61CAF7 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 202 | 247 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.03 |
| HSL | 198º | 0.9% | 0.67% | - |
| HSV(B) | 198º | 0.61% | 0.97% | - |
| XYZ | 42.84 | 51.5 | 95.68 | - |
| YUV | 175.74 | 168.21 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 247 | 0.61 | 0.18 | 0 | 0.03 | 198 | 0.9 | 0.67 |
| Hex | 61 | CA | F7 | 3D | 12 | 0 | 3 | C6 | 5A | 43 |
| Octal | 141 | 312 | 367 | 75 | 22 | 0 | 3 | 306 | 132 | 103 |
| Binary | 1100001 | 11001010 | 11110111 | 111101 | 10010 | 0 | 11 | 11000110 | 1011010 | 1000011 |
Color Harmonies of #61CAF7
Complementary color
Monochromatic Colors of #61CAF7
Black with #61CAF7
Text Example
Text Example
White with #61CAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CAF7; }
p { color: rgb(97,202,247); }
H1.HeaderClassName
{
color: #61CAF7;
}
.AnyTagClassName
{
color: #61CAF7;
}
</style>
background-color css
<style>
a { background-color: #61CAF7; }
a { background-color: rgb(97,202,247); }
div.DivClassName
{
background-color: #61CAF7;
}
.BgClassName
{
background-color: #61CAF7;
}
</style>
border-color css
<style>
span { border-color: #61CAF7; }
span { border-color: rgb(97,202,247); }
td.TdClassName
{
border-color: #61CAF7;
}
.TagClassName
{
border-color: #61CAF7;
}
</style>