Shades of Maya Blue #60C2FC
Tints of Maya Blue #60C2FC
RGB
CMYK
RGB Variations
Color information
#60C2FC (or 0x60C2FC) is known color: Maya Blue. HEX triplet: 60, C2 and FC. RGB value is (96,194,252). Sum of RGB (Red+Green+Blue) = 96+194+252=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #60C2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C2FC is #9F3D03. Grayscale: #AAAAAA. Windows color (decimal): -10435844 or 16564832. OLE color: 16564832.
HSL color Cylindrical-coordinate representation of color #60C2FC: hue angle of 202.31º 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 #60C2FC is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 194 | 252 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.01 |
| HSL | 202.31º | 0.96% | 0.68% | - |
| HSV(B) | 202.31º | 0.62% | 0.99% | - |
| XYZ | 41.69 | 48.1 | 99.18 | - |
| YUV | 171.31 | 173.53 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 252 | 0.62 | 0.23 | 0 | 0.01 | 202.31 | 0.96 | 0.68 |
| Hex | 60 | C2 | FC | 3E | 17 | 0 | 1 | CA | 60 | 44 |
| Octal | 140 | 302 | 374 | 76 | 27 | 0 | 1 | 312 | 140 | 104 |
| Binary | 1100000 | 11000010 | 11111100 | 111110 | 10111 | 0 | 1 | 11001010 | 1100000 | 1000100 |
Color Harmonies of #60C2FC
Complementary color
Monochromatic Colors of #60C2FC
Black with #60C2FC
Text Example
Text Example
White with #60C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C2FC; }
p { color: rgb(96,194,252); }
H1.HeaderClassName
{
color: #60C2FC;
}
.AnyTagClassName
{
color: #60C2FC;
}
</style>
background-color css
<style>
a { background-color: #60C2FC; }
a { background-color: rgb(96,194,252); }
div.DivClassName
{
background-color: #60C2FC;
}
.BgClassName
{
background-color: #60C2FC;
}
</style>
border-color css
<style>
span { border-color: #60C2FC; }
span { border-color: rgb(96,194,252); }
td.TdClassName
{
border-color: #60C2FC;
}
.TagClassName
{
border-color: #60C2FC;
}
</style>