Shades of Maya Blue #60C0FF
Tints of Maya Blue #60C0FF
RGB
CMYK
RGB Variations
Color information
#60C0FF (or 0x60C0FF) is known color: Maya Blue. HEX triplet: 60, C0 and FF. RGB value is (96,192,255). Sum of RGB (Red+Green+Blue) = 96+192+255=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #60C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C0FF is #9F3F00. Grayscale: #AAAAAA. Windows color (decimal): -10436353 or 16760928. OLE color: 16760928.
HSL color Cylindrical-coordinate representation of color #60C0FF: hue angle of 203.77º 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 #60C0FF is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 192 | 255 | - |
| CMYK | 0.62 | 0.25 | 0 | 0 |
| HSL | 203.77º | 1% | 0.69% | - |
| HSV(B) | 203.77º | 0.62% | 1% | - |
| XYZ | 41.72 | 47.41 | 101.56 | - |
| YUV | 170.48 | 175.7 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 255 | 0.62 | 0.25 | 0 | 0 | 203.77 | 1 | 0.69 |
| Hex | 60 | C0 | FF | 3E | 19 | 0 | 0 | CC | 64 | 45 |
| Octal | 140 | 300 | 377 | 76 | 31 | 0 | 0 | 314 | 144 | 105 |
| Binary | 1100000 | 11000000 | 11111111 | 111110 | 11001 | 0 | 0 | 11001100 | 1100100 | 1000101 |
Color Harmonies of #60C0FF
Complementary color
Monochromatic Colors of #60C0FF
Black with #60C0FF
Text Example
Text Example
White with #60C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0FF; }
p { color: rgb(96,192,255); }
H1.HeaderClassName
{
color: #60C0FF;
}
.AnyTagClassName
{
color: #60C0FF;
}
</style>
background-color css
<style>
a { background-color: #60C0FF; }
a { background-color: rgb(96,192,255); }
div.DivClassName
{
background-color: #60C0FF;
}
.BgClassName
{
background-color: #60C0FF;
}
</style>
border-color css
<style>
span { border-color: #60C0FF; }
span { border-color: rgb(96,192,255); }
td.TdClassName
{
border-color: #60C0FF;
}
.TagClassName
{
border-color: #60C0FF;
}
</style>