Shades of Maya Blue #68BCFA
Tints of Maya Blue #68BCFA
RGB
CMYK
RGB Variations
Color information
#68BCFA (or 0x68BCFA) is known color: Maya Blue. HEX triplet: 68, BC and FA. RGB value is (104,188,250). Sum of RGB (Red+Green+Blue) = 104+188+250=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #68BCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCFA is #974305. Grayscale: #A9A9A9. Windows color (decimal): -9913094 or 16432232. OLE color: 16432232.
HSL color Cylindrical-coordinate representation of color #68BCFA: hue angle of 205.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BCFA is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 188 | 250 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.02 |
| HSL | 205.48º | 0.94% | 0.69% | - |
| HSV(B) | 205.48º | 0.58% | 0.98% | - |
| XYZ | 40.95 | 45.81 | 97.13 | - |
| YUV | 169.95 | 173.17 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 250 | 0.58 | 0.25 | 0 | 0.02 | 205.48 | 0.94 | 0.69 |
| Hex | 68 | BC | FA | 3A | 19 | 0 | 2 | CD | 5E | 45 |
| Octal | 150 | 274 | 372 | 72 | 31 | 0 | 2 | 315 | 136 | 105 |
| Binary | 1101000 | 10111100 | 11111010 | 111010 | 11001 | 0 | 10 | 11001101 | 1011110 | 1000101 |
Color Harmonies of #68BCFA
Complementary color
Monochromatic Colors of #68BCFA
Black with #68BCFA
Text Example
Text Example
White with #68BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCFA; }
p { color: rgb(104,188,250); }
H1.HeaderClassName
{
color: #68BCFA;
}
.AnyTagClassName
{
color: #68BCFA;
}
</style>
background-color css
<style>
a { background-color: #68BCFA; }
a { background-color: rgb(104,188,250); }
div.DivClassName
{
background-color: #68BCFA;
}
.BgClassName
{
background-color: #68BCFA;
}
</style>
border-color css
<style>
span { border-color: #68BCFA; }
span { border-color: rgb(104,188,250); }
td.TdClassName
{
border-color: #68BCFA;
}
.TagClassName
{
border-color: #68BCFA;
}
</style>