Shades of Maya Blue #60BBFD
Tints of Maya Blue #60BBFD
RGB
CMYK
RGB Variations
Color information
#60BBFD (or 0x60BBFD) is known color: Maya Blue. HEX triplet: 60, BB and FD. RGB value is (96,187,253). Sum of RGB (Red+Green+Blue) = 96+187+253=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #60BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BBFD is #9F4402. Grayscale: #A6A6A6. Windows color (decimal): -10437635 or 16628576. OLE color: 16628576.
HSL color Cylindrical-coordinate representation of color #60BBFD: hue angle of 205.22º 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 #60BBFD is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 187 | 253 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.01 |
| HSL | 205.22º | 0.98% | 0.68% | - |
| HSV(B) | 205.22º | 0.62% | 0.99% | - |
| XYZ | 40.32 | 45.12 | 99.51 | - |
| YUV | 167.32 | 176.35 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 253 | 0.62 | 0.26 | 0 | 0.01 | 205.22 | 0.98 | 0.68 |
| Hex | 60 | BB | FD | 3E | 1A | 0 | 1 | CD | 62 | 44 |
| Octal | 140 | 273 | 375 | 76 | 32 | 0 | 1 | 315 | 142 | 104 |
| Binary | 1100000 | 10111011 | 11111101 | 111110 | 11010 | 0 | 1 | 11001101 | 1100010 | 1000100 |
Color Harmonies of #60BBFD
Complementary color
Monochromatic Colors of #60BBFD
Black with #60BBFD
Text Example
Text Example
White with #60BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BBFD; }
p { color: rgb(96,187,253); }
H1.HeaderClassName
{
color: #60BBFD;
}
.AnyTagClassName
{
color: #60BBFD;
}
</style>
background-color css
<style>
a { background-color: #60BBFD; }
a { background-color: rgb(96,187,253); }
div.DivClassName
{
background-color: #60BBFD;
}
.BgClassName
{
background-color: #60BBFD;
}
</style>
border-color css
<style>
span { border-color: #60BBFD; }
span { border-color: rgb(96,187,253); }
td.TdClassName
{
border-color: #60BBFD;
}
.TagClassName
{
border-color: #60BBFD;
}
</style>