Shades of Maya Blue #60CFFD
Tints of Maya Blue #60CFFD
RGB
CMYK
RGB Variations
Color information
#60CFFD (or 0x60CFFD) is known color: Maya Blue. HEX triplet: 60, CF and FD. RGB value is (96,207,253). Sum of RGB (Red+Green+Blue) = 96+207+253=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #60CFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFFD is #9F3002. Grayscale: #B2B2B2. Windows color (decimal): -10432515 or 16633696. OLE color: 16633696.
HSL color Cylindrical-coordinate representation of color #60CFFD: hue angle of 197.58º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60CFFD is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 207 | 253 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.01 |
| HSL | 197.58º | 0.98% | 0.68% | - |
| HSV(B) | 197.58º | 0.62% | 0.99% | - |
| XYZ | 44.87 | 54.2 | 101.03 | - |
| YUV | 179.06 | 169.73 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 253 | 0.62 | 0.18 | 0 | 0.01 | 197.58 | 0.98 | 0.68 |
| Hex | 60 | CF | FD | 3E | 12 | 0 | 1 | C6 | 62 | 44 |
| Octal | 140 | 317 | 375 | 76 | 22 | 0 | 1 | 306 | 142 | 104 |
| Binary | 1100000 | 11001111 | 11111101 | 111110 | 10010 | 0 | 1 | 11000110 | 1100010 | 1000100 |
Color Harmonies of #60CFFD
Complementary color
Monochromatic Colors of #60CFFD
Black with #60CFFD
Text Example
Text Example
White with #60CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFFD; }
p { color: rgb(96,207,253); }
H1.HeaderClassName
{
color: #60CFFD;
}
.AnyTagClassName
{
color: #60CFFD;
}
</style>
background-color css
<style>
a { background-color: #60CFFD; }
a { background-color: rgb(96,207,253); }
div.DivClassName
{
background-color: #60CFFD;
}
.BgClassName
{
background-color: #60CFFD;
}
</style>
border-color css
<style>
span { border-color: #60CFFD; }
span { border-color: rgb(96,207,253); }
td.TdClassName
{
border-color: #60CFFD;
}
.TagClassName
{
border-color: #60CFFD;
}
</style>