Shades of Maya Blue #60CFFC
Tints of Maya Blue #60CFFC
RGB
CMYK
RGB Variations
Color information
#60CFFC (or 0x60CFFC) is known color: Maya Blue. HEX triplet: 60, CF and FC. RGB value is (96,207,252). Sum of RGB (Red+Green+Blue) = 96+207+252=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #60CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFFC is #9F3003. Grayscale: #B2B2B2. Windows color (decimal): -10432516 or 16568160. OLE color: 16568160.
HSL color Cylindrical-coordinate representation of color #60CFFC: hue angle of 197.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 #60CFFC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 207 | 252 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.01 |
| HSL | 197.31º | 0.96% | 0.68% | - |
| HSV(B) | 197.31º | 0.62% | 0.99% | - |
| XYZ | 44.71 | 54.14 | 100.19 | - |
| YUV | 178.94 | 169.23 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 252 | 0.62 | 0.18 | 0 | 0.01 | 197.31 | 0.96 | 0.68 |
| Hex | 60 | CF | FC | 3E | 12 | 0 | 1 | C5 | 60 | 44 |
| Octal | 140 | 317 | 374 | 76 | 22 | 0 | 1 | 305 | 140 | 104 |
| Binary | 1100000 | 11001111 | 11111100 | 111110 | 10010 | 0 | 1 | 11000101 | 1100000 | 1000100 |
Color Harmonies of #60CFFC
Complementary color
Monochromatic Colors of #60CFFC
Black with #60CFFC
Text Example
Text Example
White with #60CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFFC; }
p { color: rgb(96,207,252); }
H1.HeaderClassName
{
color: #60CFFC;
}
.AnyTagClassName
{
color: #60CFFC;
}
</style>
background-color css
<style>
a { background-color: #60CFFC; }
a { background-color: rgb(96,207,252); }
div.DivClassName
{
background-color: #60CFFC;
}
.BgClassName
{
background-color: #60CFFC;
}
</style>
border-color css
<style>
span { border-color: #60CFFC; }
span { border-color: rgb(96,207,252); }
td.TdClassName
{
border-color: #60CFFC;
}
.TagClassName
{
border-color: #60CFFC;
}
</style>