Shades of Maya Blue #60B3FE
Tints of Maya Blue #60B3FE
RGB
CMYK
RGB Variations
Color information
#60B3FE (or 0x60B3FE) is known color: Maya Blue. HEX triplet: 60, B3 and FE. RGB value is (96,179,254). Sum of RGB (Red+Green+Blue) = 96+179+254=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #60B3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B3FE is #9F4C01. Grayscale: #A2A2A2. Windows color (decimal): -10439682 or 16692064. OLE color: 16692064.
HSL color Cylindrical-coordinate representation of color #60B3FE: hue angle of 208.48º 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 #60B3FE is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 179 | 254 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.00 |
| HSL | 208.48º | 0.99% | 0.69% | - |
| HSV(B) | 208.48º | 0.62% | 1% | - |
| XYZ | 38.83 | 41.88 | 99.8 | - |
| YUV | 162.73 | 179.5 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 254 | 0.62 | 0.30 | 0 | 0.00 | 208.48 | 0.99 | 0.69 |
| Hex | 60 | B3 | FE | 3E | 1E | 0 | 0 | D0 | 63 | 45 |
| Octal | 140 | 263 | 376 | 76 | 36 | 0 | 0 | 320 | 143 | 105 |
| Binary | 1100000 | 10110011 | 11111110 | 111110 | 11110 | 0 | 0 | 11010000 | 1100011 | 1000101 |
Color Harmonies of #60B3FE
Complementary color
Monochromatic Colors of #60B3FE
Black with #60B3FE
Text Example
Text Example
White with #60B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B3FE; }
p { color: rgb(96,179,254); }
H1.HeaderClassName
{
color: #60B3FE;
}
.AnyTagClassName
{
color: #60B3FE;
}
</style>
background-color css
<style>
a { background-color: #60B3FE; }
a { background-color: rgb(96,179,254); }
div.DivClassName
{
background-color: #60B3FE;
}
.BgClassName
{
background-color: #60B3FE;
}
</style>
border-color css
<style>
span { border-color: #60B3FE; }
span { border-color: rgb(96,179,254); }
td.TdClassName
{
border-color: #60B3FE;
}
.TagClassName
{
border-color: #60B3FE;
}
</style>