Shades of Maya Blue #68BBF6
Tints of Maya Blue #68BBF6
RGB
CMYK
RGB Variations
Color information
#68BBF6 (or 0x68BBF6) is known color: Maya Blue. HEX triplet: 68, BB and F6. RGB value is (104,187,246). Sum of RGB (Red+Green+Blue) = 104+187+246=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #68BBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBF6 is #974409. Grayscale: #A8A8A8. Windows color (decimal): -9913354 or 16169832. OLE color: 16169832.
HSL color Cylindrical-coordinate representation of color #68BBF6: hue angle of 204.93º 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 #68BBF6 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 187 | 246 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.04 |
| HSL | 204.93º | 0.89% | 0.69% | - |
| HSV(B) | 204.93º | 0.58% | 0.96% | - |
| XYZ | 40.11 | 45.14 | 93.79 | - |
| YUV | 168.91 | 171.5 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 246 | 0.58 | 0.24 | 0 | 0.04 | 204.93 | 0.89 | 0.69 |
| Hex | 68 | BB | F6 | 3A | 18 | 0 | 4 | CD | 59 | 45 |
| Octal | 150 | 273 | 366 | 72 | 30 | 0 | 4 | 315 | 131 | 105 |
| Binary | 1101000 | 10111011 | 11110110 | 111010 | 11000 | 0 | 100 | 11001101 | 1011001 | 1000101 |
Color Harmonies of #68BBF6
Complementary color
Monochromatic Colors of #68BBF6
Black with #68BBF6
Text Example
Text Example
White with #68BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBF6; }
p { color: rgb(104,187,246); }
H1.HeaderClassName
{
color: #68BBF6;
}
.AnyTagClassName
{
color: #68BBF6;
}
</style>
background-color css
<style>
a { background-color: #68BBF6; }
a { background-color: rgb(104,187,246); }
div.DivClassName
{
background-color: #68BBF6;
}
.BgClassName
{
background-color: #68BBF6;
}
</style>
border-color css
<style>
span { border-color: #68BBF6; }
span { border-color: rgb(104,187,246); }
td.TdClassName
{
border-color: #68BBF6;
}
.TagClassName
{
border-color: #68BBF6;
}
</style>