Shades of Maya Blue #60BCFC
Tints of Maya Blue #60BCFC
RGB
CMYK
RGB Variations
Color information
#60BCFC (or 0x60BCFC) is known color: Maya Blue. HEX triplet: 60, BC and FC. RGB value is (96,188,252). Sum of RGB (Red+Green+Blue) = 96+188+252=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #60BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCFC is #9F4303. Grayscale: #A7A7A7. Windows color (decimal): -10437380 or 16563296. OLE color: 16563296.
HSL color Cylindrical-coordinate representation of color #60BCFC: hue angle of 204.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60BCFC is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 188 | 252 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.01 |
| HSL | 204.62º | 0.96% | 0.68% | - |
| HSV(B) | 204.62º | 0.62% | 0.99% | - |
| XYZ | 40.38 | 45.48 | 98.75 | - |
| YUV | 167.79 | 175.52 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 252 | 0.62 | 0.25 | 0 | 0.01 | 204.62 | 0.96 | 0.68 |
| Hex | 60 | BC | FC | 3E | 19 | 0 | 1 | CD | 60 | 44 |
| Octal | 140 | 274 | 374 | 76 | 31 | 0 | 1 | 315 | 140 | 104 |
| Binary | 1100000 | 10111100 | 11111100 | 111110 | 11001 | 0 | 1 | 11001101 | 1100000 | 1000100 |
Color Harmonies of #60BCFC
Complementary color
Monochromatic Colors of #60BCFC
Black with #60BCFC
Text Example
Text Example
White with #60BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCFC; }
p { color: rgb(96,188,252); }
H1.HeaderClassName
{
color: #60BCFC;
}
.AnyTagClassName
{
color: #60BCFC;
}
</style>
background-color css
<style>
a { background-color: #60BCFC; }
a { background-color: rgb(96,188,252); }
div.DivClassName
{
background-color: #60BCFC;
}
.BgClassName
{
background-color: #60BCFC;
}
</style>
border-color css
<style>
span { border-color: #60BCFC; }
span { border-color: rgb(96,188,252); }
td.TdClassName
{
border-color: #60BCFC;
}
.TagClassName
{
border-color: #60BCFC;
}
</style>