Shades of Maya Blue #60CCF7
Tints of Maya Blue #60CCF7
RGB
CMYK
RGB Variations
Color information
#60CCF7 (or 0x60CCF7) is known color: Maya Blue. HEX triplet: 60, CC and F7. RGB value is (96,204,247). Sum of RGB (Red+Green+Blue) = 96+204+247=547 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.55% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #60CCF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CCF7 is #9F3308. Grayscale: #B0B0B0. Windows color (decimal): -10433289 or 16239712. OLE color: 16239712.
HSL color Cylindrical-coordinate representation of color #60CCF7: hue angle of 197.09º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60CCF7 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 204 | 247 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.03 |
| HSL | 197.09º | 0.9% | 0.67% | - |
| HSV(B) | 197.09º | 0.61% | 0.97% | - |
| XYZ | 43.21 | 52.39 | 95.83 | - |
| YUV | 176.61 | 167.72 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 247 | 0.61 | 0.17 | 0 | 0.03 | 197.09 | 0.9 | 0.67 |
| Hex | 60 | CC | F7 | 3D | 11 | 0 | 3 | C5 | 5A | 43 |
| Octal | 140 | 314 | 367 | 75 | 21 | 0 | 3 | 305 | 132 | 103 |
| Binary | 1100000 | 11001100 | 11110111 | 111101 | 10001 | 0 | 11 | 11000101 | 1011010 | 1000011 |
Color Harmonies of #60CCF7
Complementary color
Monochromatic Colors of #60CCF7
Black with #60CCF7
Text Example
Text Example
White with #60CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CCF7; }
p { color: rgb(96,204,247); }
H1.HeaderClassName
{
color: #60CCF7;
}
.AnyTagClassName
{
color: #60CCF7;
}
</style>
background-color css
<style>
a { background-color: #60CCF7; }
a { background-color: rgb(96,204,247); }
div.DivClassName
{
background-color: #60CCF7;
}
.BgClassName
{
background-color: #60CCF7;
}
</style>
border-color css
<style>
span { border-color: #60CCF7; }
span { border-color: rgb(96,204,247); }
td.TdClassName
{
border-color: #60CCF7;
}
.TagClassName
{
border-color: #60CCF7;
}
</style>