Shades of Maya Blue #60C5FF
Tints of Maya Blue #60C5FF
RGB
CMYK
RGB Variations
Color information
#60C5FF (or 0x60C5FF) is known color: Maya Blue. HEX triplet: 60, C5 and FF. RGB value is (96,197,255). Sum of RGB (Red+Green+Blue) = 96+197+255=548 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.52% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #60C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C5FF is #9F3A00. Grayscale: #ADADAD. Windows color (decimal): -10435073 or 16762208. OLE color: 16762208.
HSL color Cylindrical-coordinate representation of color #60C5FF: hue angle of 201.89º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60C5FF is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 197 | 255 | - |
| CMYK | 0.62 | 0.23 | 0 | 0 |
| HSL | 201.89º | 1% | 0.69% | - |
| HSV(B) | 201.89º | 0.62% | 1% | - |
| XYZ | 42.84 | 49.64 | 101.93 | - |
| YUV | 173.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 197 | 255 | 0.62 | 0.23 | 0 | 0 | 201.89 | 1 | 0.69 |
| Hex | 60 | C5 | FF | 3E | 17 | 0 | 0 | CA | 64 | 45 |
| Octal | 140 | 305 | 377 | 76 | 27 | 0 | 0 | 312 | 144 | 105 |
| Binary | 1100000 | 11000101 | 11111111 | 111110 | 10111 | 0 | 0 | 11001010 | 1100100 | 1000101 |
Color Harmonies of #60C5FF
Complementary color
Monochromatic Colors of #60C5FF
Black with #60C5FF
Text Example
Text Example
White with #60C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C5FF; }
p { color: rgb(96,197,255); }
H1.HeaderClassName
{
color: #60C5FF;
}
.AnyTagClassName
{
color: #60C5FF;
}
</style>
background-color css
<style>
a { background-color: #60C5FF; }
a { background-color: rgb(96,197,255); }
div.DivClassName
{
background-color: #60C5FF;
}
.BgClassName
{
background-color: #60C5FF;
}
</style>
border-color css
<style>
span { border-color: #60C5FF; }
span { border-color: rgb(96,197,255); }
td.TdClassName
{
border-color: #60C5FF;
}
.TagClassName
{
border-color: #60C5FF;
}
</style>