Shades of Maya Blue #60BEF5
Tints of Maya Blue #60BEF5
RGB
CMYK
RGB Variations
Color information
#60BEF5 (or 0x60BEF5) is known color: Maya Blue. HEX triplet: 60, BE and F5. RGB value is (96,190,245). Sum of RGB (Red+Green+Blue) = 96+190+245=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #60BEF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BEF5 is #9F410A. Grayscale: #A7A7A7. Windows color (decimal): -10436875 or 16105056. OLE color: 16105056.
HSL color Cylindrical-coordinate representation of color #60BEF5: hue angle of 202.15º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BEF5 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 190 | 245 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.04 |
| HSL | 202.15º | 0.88% | 0.67% | - |
| HSV(B) | 202.15º | 0.61% | 0.96% | - |
| XYZ | 39.72 | 45.91 | 93.15 | - |
| YUV | 168.16 | 171.36 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 245 | 0.61 | 0.22 | 0 | 0.04 | 202.15 | 0.88 | 0.67 |
| Hex | 60 | BE | F5 | 3D | 16 | 0 | 4 | CA | 58 | 43 |
| Octal | 140 | 276 | 365 | 75 | 26 | 0 | 4 | 312 | 130 | 103 |
| Binary | 1100000 | 10111110 | 11110101 | 111101 | 10110 | 0 | 100 | 11001010 | 1011000 | 1000011 |
Color Harmonies of #60BEF5
Complementary color
Monochromatic Colors of #60BEF5
Black with #60BEF5
Text Example
Text Example
White with #60BEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEF5; }
p { color: rgb(96,190,245); }
H1.HeaderClassName
{
color: #60BEF5;
}
.AnyTagClassName
{
color: #60BEF5;
}
</style>
background-color css
<style>
a { background-color: #60BEF5; }
a { background-color: rgb(96,190,245); }
div.DivClassName
{
background-color: #60BEF5;
}
.BgClassName
{
background-color: #60BEF5;
}
</style>
border-color css
<style>
span { border-color: #60BEF5; }
span { border-color: rgb(96,190,245); }
td.TdClassName
{
border-color: #60BEF5;
}
.TagClassName
{
border-color: #60BEF5;
}
</style>