Shades of Maya Blue #68BEF6
Tints of Maya Blue #68BEF6
RGB
CMYK
RGB Variations
Color information
#68BEF6 (or 0x68BEF6) is known color: Maya Blue. HEX triplet: 68, BE and F6. RGB value is (104,190,246). Sum of RGB (Red+Green+Blue) = 104+190+246=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #68BEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEF6 is #974109. Grayscale: #AAAAAA. Windows color (decimal): -9912586 or 16170600. OLE color: 16170600.
HSL color Cylindrical-coordinate representation of color #68BEF6: hue angle of 203.66º 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 #68BEF6 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 190 | 246 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.04 |
| HSL | 203.66º | 0.89% | 0.69% | - |
| HSV(B) | 203.66º | 0.58% | 0.96% | - |
| XYZ | 40.76 | 46.42 | 94 | - |
| YUV | 170.67 | 170.51 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 246 | 0.58 | 0.23 | 0 | 0.04 | 203.66 | 0.89 | 0.69 |
| Hex | 68 | BE | F6 | 3A | 17 | 0 | 4 | CC | 59 | 45 |
| Octal | 150 | 276 | 366 | 72 | 27 | 0 | 4 | 314 | 131 | 105 |
| Binary | 1101000 | 10111110 | 11110110 | 111010 | 10111 | 0 | 100 | 11001100 | 1011001 | 1000101 |
Color Harmonies of #68BEF6
Complementary color
Monochromatic Colors of #68BEF6
Black with #68BEF6
Text Example
Text Example
White with #68BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEF6; }
p { color: rgb(104,190,246); }
H1.HeaderClassName
{
color: #68BEF6;
}
.AnyTagClassName
{
color: #68BEF6;
}
</style>
background-color css
<style>
a { background-color: #68BEF6; }
a { background-color: rgb(104,190,246); }
div.DivClassName
{
background-color: #68BEF6;
}
.BgClassName
{
background-color: #68BEF6;
}
</style>
border-color css
<style>
span { border-color: #68BEF6; }
span { border-color: rgb(104,190,246); }
td.TdClassName
{
border-color: #68BEF6;
}
.TagClassName
{
border-color: #68BEF6;
}
</style>