Shades of Maya Blue #60C2FF
Tints of Maya Blue #60C2FF
RGB
CMYK
RGB Variations
Color information
#60C2FF (or 0x60C2FF) is known color: Maya Blue. HEX triplet: 60, C2 and FF. RGB value is (96,194,255). Sum of RGB (Red+Green+Blue) = 96+194+255=545 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.61% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #60C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C2FF is #9F3D00. Grayscale: #ABABAB. Windows color (decimal): -10435841 or 16761440. OLE color: 16761440.
HSL color Cylindrical-coordinate representation of color #60C2FF: hue angle of 203.02º 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 #60C2FF is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 194 | 255 | - |
| CMYK | 0.62 | 0.24 | 0 | 0 |
| HSL | 203.02º | 1% | 0.69% | - |
| HSV(B) | 203.02º | 0.62% | 1% | - |
| XYZ | 42.17 | 48.29 | 101.71 | - |
| YUV | 171.65 | 175.03 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 255 | 0.62 | 0.24 | 0 | 0 | 203.02 | 1 | 0.69 |
| Hex | 60 | C2 | FF | 3E | 18 | 0 | 0 | CB | 64 | 45 |
| Octal | 140 | 302 | 377 | 76 | 30 | 0 | 0 | 313 | 144 | 105 |
| Binary | 1100000 | 11000010 | 11111111 | 111110 | 11000 | 0 | 0 | 11001011 | 1100100 | 1000101 |
Color Harmonies of #60C2FF
Complementary color
Monochromatic Colors of #60C2FF
Black with #60C2FF
Text Example
Text Example
White with #60C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C2FF; }
p { color: rgb(96,194,255); }
H1.HeaderClassName
{
color: #60C2FF;
}
.AnyTagClassName
{
color: #60C2FF;
}
</style>
background-color css
<style>
a { background-color: #60C2FF; }
a { background-color: rgb(96,194,255); }
div.DivClassName
{
background-color: #60C2FF;
}
.BgClassName
{
background-color: #60C2FF;
}
</style>
border-color css
<style>
span { border-color: #60C2FF; }
span { border-color: rgb(96,194,255); }
td.TdClassName
{
border-color: #60C2FF;
}
.TagClassName
{
border-color: #60C2FF;
}
</style>