Shades of Maya Blue #60BBFF
Tints of Maya Blue #60BBFF
RGB
CMYK
RGB Variations
Color information
#60BBFF (or 0x60BBFF) is known color: Maya Blue. HEX triplet: 60, BB and FF. RGB value is (96,187,255). Sum of RGB (Red+Green+Blue) = 96+187+255=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #60BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BBFF is #9F4400. Grayscale: #A7A7A7. Windows color (decimal): -10437633 or 16759648. OLE color: 16759648.
HSL color Cylindrical-coordinate representation of color #60BBFF: hue angle of 205.66º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60BBFF is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 187 | 255 | - |
| CMYK | 0.62 | 0.27 | 0 | 0 |
| HSL | 205.66º | 1% | 0.69% | - |
| HSV(B) | 205.66º | 0.62% | 1% | - |
| XYZ | 40.64 | 45.25 | 101.2 | - |
| YUV | 167.54 | 177.35 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 255 | 0.62 | 0.27 | 0 | 0 | 205.66 | 1 | 0.69 |
| Hex | 60 | BB | FF | 3E | 1B | 0 | 0 | CE | 64 | 45 |
| Octal | 140 | 273 | 377 | 76 | 33 | 0 | 0 | 316 | 144 | 105 |
| Binary | 1100000 | 10111011 | 11111111 | 111110 | 11011 | 0 | 0 | 11001110 | 1100100 | 1000101 |
Color Harmonies of #60BBFF
Complementary color
Monochromatic Colors of #60BBFF
Black with #60BBFF
Text Example
Text Example
White with #60BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BBFF; }
p { color: rgb(96,187,255); }
H1.HeaderClassName
{
color: #60BBFF;
}
.AnyTagClassName
{
color: #60BBFF;
}
</style>
background-color css
<style>
a { background-color: #60BBFF; }
a { background-color: rgb(96,187,255); }
div.DivClassName
{
background-color: #60BBFF;
}
.BgClassName
{
background-color: #60BBFF;
}
</style>
border-color css
<style>
span { border-color: #60BBFF; }
span { border-color: rgb(96,187,255); }
td.TdClassName
{
border-color: #60BBFF;
}
.TagClassName
{
border-color: #60BBFF;
}
</style>