Shades of Maya Blue #60CFF9
Tints of Maya Blue #60CFF9
RGB
CMYK
RGB Variations
Color information
#60CFF9 (or 0x60CFF9) is known color: Maya Blue. HEX triplet: 60, CF and F9. RGB value is (96,207,249). Sum of RGB (Red+Green+Blue) = 96+207+249=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #60CFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFF9 is #9F3006. Grayscale: #B2B2B2. Windows color (decimal): -10432519 or 16371552. OLE color: 16371552.
HSL color Cylindrical-coordinate representation of color #60CFF9: hue angle of 196.47º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60CFF9 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 207 | 249 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.02 |
| HSL | 196.47º | 0.93% | 0.68% | - |
| HSV(B) | 196.47º | 0.61% | 0.98% | - |
| XYZ | 44.24 | 53.95 | 97.7 | - |
| YUV | 178.6 | 167.73 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 249 | 0.61 | 0.17 | 0 | 0.02 | 196.47 | 0.93 | 0.68 |
| Hex | 60 | CF | F9 | 3D | 11 | 0 | 2 | C4 | 5D | 44 |
| Octal | 140 | 317 | 371 | 75 | 21 | 0 | 2 | 304 | 135 | 104 |
| Binary | 1100000 | 11001111 | 11111001 | 111101 | 10001 | 0 | 10 | 11000100 | 1011101 | 1000100 |
Color Harmonies of #60CFF9
Complementary color
Monochromatic Colors of #60CFF9
Black with #60CFF9
Text Example
Text Example
White with #60CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFF9; }
p { color: rgb(96,207,249); }
H1.HeaderClassName
{
color: #60CFF9;
}
.AnyTagClassName
{
color: #60CFF9;
}
</style>
background-color css
<style>
a { background-color: #60CFF9; }
a { background-color: rgb(96,207,249); }
div.DivClassName
{
background-color: #60CFF9;
}
.BgClassName
{
background-color: #60CFF9;
}
</style>
border-color css
<style>
span { border-color: #60CFF9; }
span { border-color: rgb(96,207,249); }
td.TdClassName
{
border-color: #60CFF9;
}
.TagClassName
{
border-color: #60CFF9;
}
</style>