Shades of Maya Blue #60BEFA
Tints of Maya Blue #60BEFA
RGB
CMYK
RGB Variations
Color information
#60BEFA (or 0x60BEFA) is known color: Maya Blue. HEX triplet: 60, BE and FA. RGB value is (96,190,250). Sum of RGB (Red+Green+Blue) = 96+190+250=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #60BEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BEFA is #9F4105. Grayscale: #A8A8A8. Windows color (decimal): -10436870 or 16432736. OLE color: 16432736.
HSL color Cylindrical-coordinate representation of color #60BEFA: hue angle of 203.38º 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 #60BEFA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 190 | 250 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.02 |
| HSL | 203.38º | 0.94% | 0.68% | - |
| HSV(B) | 203.38º | 0.62% | 0.98% | - |
| XYZ | 40.49 | 46.22 | 97.23 | - |
| YUV | 168.73 | 173.86 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 250 | 0.62 | 0.24 | 0 | 0.02 | 203.38 | 0.94 | 0.68 |
| Hex | 60 | BE | FA | 3E | 18 | 0 | 2 | CB | 5E | 44 |
| Octal | 140 | 276 | 372 | 76 | 30 | 0 | 2 | 313 | 136 | 104 |
| Binary | 1100000 | 10111110 | 11111010 | 111110 | 11000 | 0 | 10 | 11001011 | 1011110 | 1000100 |
Color Harmonies of #60BEFA
Complementary color
Monochromatic Colors of #60BEFA
Black with #60BEFA
Text Example
Text Example
White with #60BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEFA; }
p { color: rgb(96,190,250); }
H1.HeaderClassName
{
color: #60BEFA;
}
.AnyTagClassName
{
color: #60BEFA;
}
</style>
background-color css
<style>
a { background-color: #60BEFA; }
a { background-color: rgb(96,190,250); }
div.DivClassName
{
background-color: #60BEFA;
}
.BgClassName
{
background-color: #60BEFA;
}
</style>
border-color css
<style>
span { border-color: #60BEFA; }
span { border-color: rgb(96,190,250); }
td.TdClassName
{
border-color: #60BEFA;
}
.TagClassName
{
border-color: #60BEFA;
}
</style>