Shades of Maya Blue #60BAFA
Tints of Maya Blue #60BAFA
RGB
CMYK
RGB Variations
Color information
#60BAFA (or 0x60BAFA) is known color: Maya Blue. HEX triplet: 60, BA and FA. RGB value is (96,186,250). Sum of RGB (Red+Green+Blue) = 96+186+250=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #60BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAFA is #9F4505. Grayscale: #A6A6A6. Windows color (decimal): -10437894 or 16431712. OLE color: 16431712.
HSL color Cylindrical-coordinate representation of color #60BAFA: hue angle of 204.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60BAFA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 186 | 250 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.02 |
| HSL | 204.94º | 0.94% | 0.68% | - |
| HSV(B) | 204.94º | 0.62% | 0.98% | - |
| XYZ | 39.64 | 44.51 | 96.94 | - |
| YUV | 166.39 | 175.18 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 250 | 0.62 | 0.26 | 0 | 0.02 | 204.94 | 0.94 | 0.68 |
| Hex | 60 | BA | FA | 3E | 1A | 0 | 2 | CD | 5E | 44 |
| Octal | 140 | 272 | 372 | 76 | 32 | 0 | 2 | 315 | 136 | 104 |
| Binary | 1100000 | 10111010 | 11111010 | 111110 | 11010 | 0 | 10 | 11001101 | 1011110 | 1000100 |
Color Harmonies of #60BAFA
Complementary color
Monochromatic Colors of #60BAFA
Black with #60BAFA
Text Example
Text Example
White with #60BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BAFA; }
p { color: rgb(96,186,250); }
H1.HeaderClassName
{
color: #60BAFA;
}
.AnyTagClassName
{
color: #60BAFA;
}
</style>
background-color css
<style>
a { background-color: #60BAFA; }
a { background-color: rgb(96,186,250); }
div.DivClassName
{
background-color: #60BAFA;
}
.BgClassName
{
background-color: #60BAFA;
}
</style>
border-color css
<style>
span { border-color: #60BAFA; }
span { border-color: rgb(96,186,250); }
td.TdClassName
{
border-color: #60BAFA;
}
.TagClassName
{
border-color: #60BAFA;
}
</style>