Shades of Maya Blue #68BCF6
Tints of Maya Blue #68BCF6
RGB
CMYK
RGB Variations
Color information
#68BCF6 (or 0x68BCF6) is known color: Maya Blue. HEX triplet: 68, BC and F6. RGB value is (104,188,246). Sum of RGB (Red+Green+Blue) = 104+188+246=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #68BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCF6 is #974309. Grayscale: #A9A9A9. Windows color (decimal): -9913098 or 16170088. OLE color: 16170088.
HSL color Cylindrical-coordinate representation of color #68BCF6: hue angle of 204.51º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BCF6 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 188 | 246 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.04 |
| HSL | 204.51º | 0.89% | 0.69% | - |
| HSV(B) | 204.51º | 0.58% | 0.96% | - |
| XYZ | 40.33 | 45.56 | 93.86 | - |
| YUV | 169.5 | 171.17 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 246 | 0.58 | 0.24 | 0 | 0.04 | 204.51 | 0.89 | 0.69 |
| Hex | 68 | BC | F6 | 3A | 18 | 0 | 4 | CD | 59 | 45 |
| Octal | 150 | 274 | 366 | 72 | 30 | 0 | 4 | 315 | 131 | 105 |
| Binary | 1101000 | 10111100 | 11110110 | 111010 | 11000 | 0 | 100 | 11001101 | 1011001 | 1000101 |
Color Harmonies of #68BCF6
Complementary color
Monochromatic Colors of #68BCF6
Black with #68BCF6
Text Example
Text Example
White with #68BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCF6; }
p { color: rgb(104,188,246); }
H1.HeaderClassName
{
color: #68BCF6;
}
.AnyTagClassName
{
color: #68BCF6;
}
</style>
background-color css
<style>
a { background-color: #68BCF6; }
a { background-color: rgb(104,188,246); }
div.DivClassName
{
background-color: #68BCF6;
}
.BgClassName
{
background-color: #68BCF6;
}
</style>
border-color css
<style>
span { border-color: #68BCF6; }
span { border-color: rgb(104,188,246); }
td.TdClassName
{
border-color: #68BCF6;
}
.TagClassName
{
border-color: #68BCF6;
}
</style>