Shades of Maya Blue #60BFFA
Tints of Maya Blue #60BFFA
RGB
CMYK
RGB Variations
Color information
#60BFFA (or 0x60BFFA) is known color: Maya Blue. HEX triplet: 60, BF and FA. RGB value is (96,191,250). Sum of RGB (Red+Green+Blue) = 96+191+250=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #60BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFFA is #9F4005. Grayscale: #A8A8A8. Windows color (decimal): -10436614 or 16432992. OLE color: 16432992.
HSL color Cylindrical-coordinate representation of color #60BFFA: hue angle of 202.99º 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 #60BFFA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 191 | 250 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.02 |
| HSL | 202.99º | 0.94% | 0.68% | - |
| HSV(B) | 202.99º | 0.62% | 0.98% | - |
| XYZ | 40.71 | 46.65 | 97.3 | - |
| YUV | 169.32 | 173.53 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 250 | 0.62 | 0.24 | 0 | 0.02 | 202.99 | 0.94 | 0.68 |
| Hex | 60 | BF | FA | 3E | 18 | 0 | 2 | CB | 5E | 44 |
| Octal | 140 | 277 | 372 | 76 | 30 | 0 | 2 | 313 | 136 | 104 |
| Binary | 1100000 | 10111111 | 11111010 | 111110 | 11000 | 0 | 10 | 11001011 | 1011110 | 1000100 |
Color Harmonies of #60BFFA
Complementary color
Monochromatic Colors of #60BFFA
Black with #60BFFA
Text Example
Text Example
White with #60BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFFA; }
p { color: rgb(96,191,250); }
H1.HeaderClassName
{
color: #60BFFA;
}
.AnyTagClassName
{
color: #60BFFA;
}
</style>
background-color css
<style>
a { background-color: #60BFFA; }
a { background-color: rgb(96,191,250); }
div.DivClassName
{
background-color: #60BFFA;
}
.BgClassName
{
background-color: #60BFFA;
}
</style>
border-color css
<style>
span { border-color: #60BFFA; }
span { border-color: rgb(96,191,250); }
td.TdClassName
{
border-color: #60BFFA;
}
.TagClassName
{
border-color: #60BFFA;
}
</style>