Shades of Maya Blue #60CBF6
Tints of Maya Blue #60CBF6
RGB
CMYK
RGB Variations
Color information
#60CBF6 (or 0x60CBF6) is known color: Maya Blue. HEX triplet: 60, CB and F6. RGB value is (96,203,246). Sum of RGB (Red+Green+Blue) = 96+203+246=545 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.61% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #60CBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CBF6 is #9F3409. Grayscale: #AFAFAF. Windows color (decimal): -10433546 or 16173920. OLE color: 16173920.
HSL color Cylindrical-coordinate representation of color #60CBF6: hue angle of 197.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60CBF6 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 203 | 246 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.04 |
| HSL | 197.2º | 0.89% | 0.67% | - |
| HSV(B) | 197.2º | 0.61% | 0.96% | - |
| XYZ | 42.81 | 51.85 | 94.94 | - |
| YUV | 175.91 | 167.55 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 246 | 0.61 | 0.17 | 0 | 0.04 | 197.2 | 0.89 | 0.67 |
| Hex | 60 | CB | F6 | 3D | 11 | 0 | 4 | C5 | 59 | 43 |
| Octal | 140 | 313 | 366 | 75 | 21 | 0 | 4 | 305 | 131 | 103 |
| Binary | 1100000 | 11001011 | 11110110 | 111101 | 10001 | 0 | 100 | 11000101 | 1011001 | 1000011 |
Color Harmonies of #60CBF6
Complementary color
Monochromatic Colors of #60CBF6
Black with #60CBF6
Text Example
Text Example
White with #60CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBF6; }
p { color: rgb(96,203,246); }
H1.HeaderClassName
{
color: #60CBF6;
}
.AnyTagClassName
{
color: #60CBF6;
}
</style>
background-color css
<style>
a { background-color: #60CBF6; }
a { background-color: rgb(96,203,246); }
div.DivClassName
{
background-color: #60CBF6;
}
.BgClassName
{
background-color: #60CBF6;
}
</style>
border-color css
<style>
span { border-color: #60CBF6; }
span { border-color: rgb(96,203,246); }
td.TdClassName
{
border-color: #60CBF6;
}
.TagClassName
{
border-color: #60CBF6;
}
</style>