Shades of Maya Blue #60BBFE
Tints of Maya Blue #60BBFE
RGB
CMYK
RGB Variations
Color information
#60BBFE (or 0x60BBFE) is known color: Maya Blue. HEX triplet: 60, BB and FE. RGB value is (96,187,254). Sum of RGB (Red+Green+Blue) = 96+187+254=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #60BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BBFE is #9F4401. Grayscale: #A7A7A7. Windows color (decimal): -10437634 or 16694112. OLE color: 16694112.
HSL color Cylindrical-coordinate representation of color #60BBFE: hue angle of 205.44º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60BBFE is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 187 | 254 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.00 |
| HSL | 205.44º | 0.99% | 0.69% | - |
| HSV(B) | 205.44º | 0.62% | 1% | - |
| XYZ | 40.48 | 45.18 | 100.35 | - |
| YUV | 167.43 | 176.85 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 254 | 0.62 | 0.26 | 0 | 0.00 | 205.44 | 0.99 | 0.69 |
| Hex | 60 | BB | FE | 3E | 1A | 0 | 0 | CD | 63 | 45 |
| Octal | 140 | 273 | 376 | 76 | 32 | 0 | 0 | 315 | 143 | 105 |
| Binary | 1100000 | 10111011 | 11111110 | 111110 | 11010 | 0 | 0 | 11001101 | 1100011 | 1000101 |
Color Harmonies of #60BBFE
Complementary color
Monochromatic Colors of #60BBFE
Black with #60BBFE
Text Example
Text Example
White with #60BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BBFE; }
p { color: rgb(96,187,254); }
H1.HeaderClassName
{
color: #60BBFE;
}
.AnyTagClassName
{
color: #60BBFE;
}
</style>
background-color css
<style>
a { background-color: #60BBFE; }
a { background-color: rgb(96,187,254); }
div.DivClassName
{
background-color: #60BBFE;
}
.BgClassName
{
background-color: #60BBFE;
}
</style>
border-color css
<style>
span { border-color: #60BBFE; }
span { border-color: rgb(96,187,254); }
td.TdClassName
{
border-color: #60BBFE;
}
.TagClassName
{
border-color: #60BBFE;
}
</style>