Shades of Maya Blue #60C2FA
Tints of Maya Blue #60C2FA
RGB
CMYK
RGB Variations
Color information
#60C2FA (or 0x60C2FA) is known color: Maya Blue. HEX triplet: 60, C2 and FA. RGB value is (96,194,250). Sum of RGB (Red+Green+Blue) = 96+194+250=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #60C2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C2FA is #9F3D05. Grayscale: #AAAAAA. Windows color (decimal): -10435846 or 16433760. OLE color: 16433760.
HSL color Cylindrical-coordinate representation of color #60C2FA: hue angle of 201.82º 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 #60C2FA is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 194 | 250 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.02 |
| HSL | 201.82º | 0.94% | 0.68% | - |
| HSV(B) | 201.82º | 0.62% | 0.98% | - |
| XYZ | 41.37 | 47.97 | 97.52 | - |
| YUV | 171.08 | 172.53 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 250 | 0.62 | 0.22 | 0 | 0.02 | 201.82 | 0.94 | 0.68 |
| Hex | 60 | C2 | FA | 3E | 16 | 0 | 2 | CA | 5E | 44 |
| Octal | 140 | 302 | 372 | 76 | 26 | 0 | 2 | 312 | 136 | 104 |
| Binary | 1100000 | 11000010 | 11111010 | 111110 | 10110 | 0 | 10 | 11001010 | 1011110 | 1000100 |
Color Harmonies of #60C2FA
Complementary color
Monochromatic Colors of #60C2FA
Black with #60C2FA
Text Example
Text Example
White with #60C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C2FA; }
p { color: rgb(96,194,250); }
H1.HeaderClassName
{
color: #60C2FA;
}
.AnyTagClassName
{
color: #60C2FA;
}
</style>
background-color css
<style>
a { background-color: #60C2FA; }
a { background-color: rgb(96,194,250); }
div.DivClassName
{
background-color: #60C2FA;
}
.BgClassName
{
background-color: #60C2FA;
}
</style>
border-color css
<style>
span { border-color: #60C2FA; }
span { border-color: rgb(96,194,250); }
td.TdClassName
{
border-color: #60C2FA;
}
.TagClassName
{
border-color: #60C2FA;
}
</style>