Shades of Maya Blue #60BFFB
Tints of Maya Blue #60BFFB
RGB
CMYK
RGB Variations
Color information
#60BFFB (or 0x60BFFB) is known color: Maya Blue. HEX triplet: 60, BF and FB. RGB value is (96,191,251). Sum of RGB (Red+Green+Blue) = 96+191+251=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #60BFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFFB is #9F4004. Grayscale: #A9A9A9. Windows color (decimal): -10436613 or 16498528. OLE color: 16498528.
HSL color Cylindrical-coordinate representation of color #60BFFB: hue angle of 203.23º 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 #60BFFB is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 191 | 251 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.02 |
| HSL | 203.23º | 0.95% | 0.68% | - |
| HSV(B) | 203.23º | 0.62% | 0.98% | - |
| XYZ | 40.87 | 46.71 | 98.13 | - |
| YUV | 169.44 | 174.03 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 251 | 0.62 | 0.24 | 0 | 0.02 | 203.23 | 0.95 | 0.68 |
| Hex | 60 | BF | FB | 3E | 18 | 0 | 2 | CB | 5F | 44 |
| Octal | 140 | 277 | 373 | 76 | 30 | 0 | 2 | 313 | 137 | 104 |
| Binary | 1100000 | 10111111 | 11111011 | 111110 | 11000 | 0 | 10 | 11001011 | 1011111 | 1000100 |
Color Harmonies of #60BFFB
Complementary color
Monochromatic Colors of #60BFFB
Black with #60BFFB
Text Example
Text Example
White with #60BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFFB; }
p { color: rgb(96,191,251); }
H1.HeaderClassName
{
color: #60BFFB;
}
.AnyTagClassName
{
color: #60BFFB;
}
</style>
background-color css
<style>
a { background-color: #60BFFB; }
a { background-color: rgb(96,191,251); }
div.DivClassName
{
background-color: #60BFFB;
}
.BgClassName
{
background-color: #60BFFB;
}
</style>
border-color css
<style>
span { border-color: #60BFFB; }
span { border-color: rgb(96,191,251); }
td.TdClassName
{
border-color: #60BFFB;
}
.TagClassName
{
border-color: #60BFFB;
}
</style>