Shades of Maya Blue #60C8FB
Tints of Maya Blue #60C8FB
RGB
CMYK
RGB Variations
Color information
#60C8FB (or 0x60C8FB) is known color: Maya Blue. HEX triplet: 60, C8 and FB. RGB value is (96,200,251). Sum of RGB (Red+Green+Blue) = 96+200+251=547 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.55% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #60C8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C8FB is #9F3704. Grayscale: #AEAEAE. Windows color (decimal): -10434309 or 16500832. OLE color: 16500832.
HSL color Cylindrical-coordinate representation of color #60C8FB: hue angle of 199.74º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60C8FB is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 200 | 251 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.02 |
| HSL | 199.74º | 0.95% | 0.68% | - |
| HSV(B) | 199.74º | 0.62% | 0.98% | - |
| XYZ | 42.89 | 50.76 | 98.8 | - |
| YUV | 174.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 251 | 0.62 | 0.20 | 0 | 0.02 | 199.74 | 0.95 | 0.68 |
| Hex | 60 | C8 | FB | 3E | 14 | 0 | 2 | C8 | 5F | 44 |
| Octal | 140 | 310 | 373 | 76 | 24 | 0 | 2 | 310 | 137 | 104 |
| Binary | 1100000 | 11001000 | 11111011 | 111110 | 10100 | 0 | 10 | 11001000 | 1011111 | 1000100 |
Color Harmonies of #60C8FB
Complementary color
Monochromatic Colors of #60C8FB
Black with #60C8FB
Text Example
Text Example
White with #60C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C8FB; }
p { color: rgb(96,200,251); }
H1.HeaderClassName
{
color: #60C8FB;
}
.AnyTagClassName
{
color: #60C8FB;
}
</style>
background-color css
<style>
a { background-color: #60C8FB; }
a { background-color: rgb(96,200,251); }
div.DivClassName
{
background-color: #60C8FB;
}
.BgClassName
{
background-color: #60C8FB;
}
</style>
border-color css
<style>
span { border-color: #60C8FB; }
span { border-color: rgb(96,200,251); }
td.TdClassName
{
border-color: #60C8FB;
}
.TagClassName
{
border-color: #60C8FB;
}
</style>