Shades of Maya Blue #60CAF1
Tints of Maya Blue #60CAF1
RGB
CMYK
RGB Variations
Color information
#60CAF1 (or 0x60CAF1) is known color: Maya Blue. HEX triplet: 60, CA and F1. RGB value is (96,202,241). Sum of RGB (Red+Green+Blue) = 96+202+241=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #60CAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CAF1 is #9F350E. Grayscale: #AEAEAE. Windows color (decimal): -10433807 or 15845984. OLE color: 15845984.
HSL color Cylindrical-coordinate representation of color #60CAF1: hue angle of 196.14º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60CAF1 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 202 | 241 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.05 |
| HSL | 196.14º | 0.84% | 0.66% | - |
| HSV(B) | 196.14º | 0.6% | 0.95% | - |
| XYZ | 41.82 | 51.08 | 90.87 | - |
| YUV | 174.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 241 | 0.60 | 0.16 | 0 | 0.05 | 196.14 | 0.84 | 0.66 |
| Hex | 60 | CA | F1 | 3C | 10 | 0 | 5 | C4 | 54 | 42 |
| Octal | 140 | 312 | 361 | 74 | 20 | 0 | 5 | 304 | 124 | 102 |
| Binary | 1100000 | 11001010 | 11110001 | 111100 | 10000 | 0 | 101 | 11000100 | 1010100 | 1000010 |
Color Harmonies of #60CAF1
Complementary color
Monochromatic Colors of #60CAF1
Black with #60CAF1
Text Example
Text Example
White with #60CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAF1; }
p { color: rgb(96,202,241); }
H1.HeaderClassName
{
color: #60CAF1;
}
.AnyTagClassName
{
color: #60CAF1;
}
</style>
background-color css
<style>
a { background-color: #60CAF1; }
a { background-color: rgb(96,202,241); }
div.DivClassName
{
background-color: #60CAF1;
}
.BgClassName
{
background-color: #60CAF1;
}
</style>
border-color css
<style>
span { border-color: #60CAF1; }
span { border-color: rgb(96,202,241); }
td.TdClassName
{
border-color: #60CAF1;
}
.TagClassName
{
border-color: #60CAF1;
}
</style>