Shades of Maya Blue #60B3FF
Tints of Maya Blue #60B3FF
RGB
CMYK
RGB Variations
Color information
#60B3FF (or 0x60B3FF) is known color: Maya Blue. HEX triplet: 60, B3 and FF. RGB value is (96,179,255). Sum of RGB (Red+Green+Blue) = 96+179+255=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #60B3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B3FF is #9F4C00. Grayscale: #A2A2A2. Windows color (decimal): -10439681 or 16757600. OLE color: 16757600.
HSL color Cylindrical-coordinate representation of color #60B3FF: hue angle of 208.68º 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 #60B3FF is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 179 | 255 | - |
| CMYK | 0.62 | 0.30 | 0 | 0 |
| HSL | 208.68º | 1% | 0.69% | - |
| HSV(B) | 208.68º | 0.62% | 1% | - |
| XYZ | 38.99 | 41.95 | 100.65 | - |
| YUV | 162.85 | 180 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 255 | 0.62 | 0.30 | 0 | 0 | 208.68 | 1 | 0.69 |
| Hex | 60 | B3 | FF | 3E | 1E | 0 | 0 | D1 | 64 | 45 |
| Octal | 140 | 263 | 377 | 76 | 36 | 0 | 0 | 321 | 144 | 105 |
| Binary | 1100000 | 10110011 | 11111111 | 111110 | 11110 | 0 | 0 | 11010001 | 1100100 | 1000101 |
Color Harmonies of #60B3FF
Complementary color
Monochromatic Colors of #60B3FF
Black with #60B3FF
Text Example
Text Example
White with #60B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B3FF; }
p { color: rgb(96,179,255); }
H1.HeaderClassName
{
color: #60B3FF;
}
.AnyTagClassName
{
color: #60B3FF;
}
</style>
background-color css
<style>
a { background-color: #60B3FF; }
a { background-color: rgb(96,179,255); }
div.DivClassName
{
background-color: #60B3FF;
}
.BgClassName
{
background-color: #60B3FF;
}
</style>
border-color css
<style>
span { border-color: #60B3FF; }
span { border-color: rgb(96,179,255); }
td.TdClassName
{
border-color: #60B3FF;
}
.TagClassName
{
border-color: #60B3FF;
}
</style>