Shades of Maya Blue #68B0FB
Tints of Maya Blue #68B0FB
RGB
CMYK
RGB Variations
Color information
#68B0FB (or 0x68B0FB) is known color: Maya Blue. HEX triplet: 68, B0 and FB. RGB value is (104,176,251). Sum of RGB (Red+Green+Blue) = 104+176+251=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #68B0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B0FB is #974F04. Grayscale: #A2A2A2. Windows color (decimal): -9916165 or 16494696. OLE color: 16494696.
HSL color Cylindrical-coordinate representation of color #68B0FB: hue angle of 210.61º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68B0FB is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 176 | 251 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.02 |
| HSL | 210.61º | 0.95% | 0.7% | - |
| HSV(B) | 210.61º | 0.59% | 0.98% | - |
| XYZ | 38.65 | 40.96 | 97.14 | - |
| YUV | 163.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 251 | 0.59 | 0.30 | 0 | 0.02 | 210.61 | 0.95 | 0.7 |
| Hex | 68 | B0 | FB | 3B | 1E | 0 | 2 | D3 | 5F | 46 |
| Octal | 150 | 260 | 373 | 73 | 36 | 0 | 2 | 323 | 137 | 106 |
| Binary | 1101000 | 10110000 | 11111011 | 111011 | 11110 | 0 | 10 | 11010011 | 1011111 | 1000110 |
Color Harmonies of #68B0FB
Complementary color
Monochromatic Colors of #68B0FB
Black with #68B0FB
Text Example
Text Example
White with #68B0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0FB; }
p { color: rgb(104,176,251); }
H1.HeaderClassName
{
color: #68B0FB;
}
.AnyTagClassName
{
color: #68B0FB;
}
</style>
background-color css
<style>
a { background-color: #68B0FB; }
a { background-color: rgb(104,176,251); }
div.DivClassName
{
background-color: #68B0FB;
}
.BgClassName
{
background-color: #68B0FB;
}
</style>
border-color css
<style>
span { border-color: #68B0FB; }
span { border-color: rgb(104,176,251); }
td.TdClassName
{
border-color: #68B0FB;
}
.TagClassName
{
border-color: #68B0FB;
}
</style>