Shades of Maya Blue #60C1FF
Tints of Maya Blue #60C1FF
RGB
CMYK
RGB Variations
Color information
#60C1FF (or 0x60C1FF) is known color: Maya Blue. HEX triplet: 60, C1 and FF. RGB value is (96,193,255). Sum of RGB (Red+Green+Blue) = 96+193+255=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #60C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C1FF is #9F3E00. Grayscale: #AAAAAA. Windows color (decimal): -10436097 or 16761184. OLE color: 16761184.
HSL color Cylindrical-coordinate representation of color #60C1FF: hue angle of 203.4º 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 #60C1FF is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 193 | 255 | - |
| CMYK | 0.62 | 0.24 | 0 | 0 |
| HSL | 203.4º | 1% | 0.69% | - |
| HSV(B) | 203.4º | 0.62% | 1% | - |
| XYZ | 41.94 | 47.85 | 101.63 | - |
| YUV | 171.07 | 175.36 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 255 | 0.62 | 0.24 | 0 | 0 | 203.4 | 1 | 0.69 |
| Hex | 60 | C1 | FF | 3E | 18 | 0 | 0 | CB | 64 | 45 |
| Octal | 140 | 301 | 377 | 76 | 30 | 0 | 0 | 313 | 144 | 105 |
| Binary | 1100000 | 11000001 | 11111111 | 111110 | 11000 | 0 | 0 | 11001011 | 1100100 | 1000101 |
Color Harmonies of #60C1FF
Complementary color
Monochromatic Colors of #60C1FF
Black with #60C1FF
Text Example
Text Example
White with #60C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C1FF; }
p { color: rgb(96,193,255); }
H1.HeaderClassName
{
color: #60C1FF;
}
.AnyTagClassName
{
color: #60C1FF;
}
</style>
background-color css
<style>
a { background-color: #60C1FF; }
a { background-color: rgb(96,193,255); }
div.DivClassName
{
background-color: #60C1FF;
}
.BgClassName
{
background-color: #60C1FF;
}
</style>
border-color css
<style>
span { border-color: #60C1FF; }
span { border-color: rgb(96,193,255); }
td.TdClassName
{
border-color: #60C1FF;
}
.TagClassName
{
border-color: #60C1FF;
}
</style>