Shades of Maya Blue #60B8F9
Tints of Maya Blue #60B8F9
RGB
CMYK
RGB Variations
Color information
#60B8F9 (or 0x60B8F9) is known color: Maya Blue. HEX triplet: 60, B8 and F9. RGB value is (96,184,249). Sum of RGB (Red+Green+Blue) = 96+184+249=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #60B8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B8F9 is #9F4706. Grayscale: #A4A4A4. Windows color (decimal): -10438407 or 16365664. OLE color: 16365664.
HSL color Cylindrical-coordinate representation of color #60B8F9: hue angle of 205.49º 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 #60B8F9 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 184 | 249 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.02 |
| HSL | 205.49º | 0.93% | 0.68% | - |
| HSV(B) | 205.49º | 0.61% | 0.98% | - |
| XYZ | 39.06 | 43.61 | 95.98 | - |
| YUV | 165.1 | 175.35 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 249 | 0.61 | 0.26 | 0 | 0.02 | 205.49 | 0.93 | 0.68 |
| Hex | 60 | B8 | F9 | 3D | 1A | 0 | 2 | CD | 5D | 44 |
| Octal | 140 | 270 | 371 | 75 | 32 | 0 | 2 | 315 | 135 | 104 |
| Binary | 1100000 | 10111000 | 11111001 | 111101 | 11010 | 0 | 10 | 11001101 | 1011101 | 1000100 |
Color Harmonies of #60B8F9
Complementary color
Monochromatic Colors of #60B8F9
Black with #60B8F9
Text Example
Text Example
White with #60B8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B8F9; }
p { color: rgb(96,184,249); }
H1.HeaderClassName
{
color: #60B8F9;
}
.AnyTagClassName
{
color: #60B8F9;
}
</style>
background-color css
<style>
a { background-color: #60B8F9; }
a { background-color: rgb(96,184,249); }
div.DivClassName
{
background-color: #60B8F9;
}
.BgClassName
{
background-color: #60B8F9;
}
</style>
border-color css
<style>
span { border-color: #60B8F9; }
span { border-color: rgb(96,184,249); }
td.TdClassName
{
border-color: #60B8F9;
}
.TagClassName
{
border-color: #60B8F9;
}
</style>