Shades of Maya Blue #68ACFF
Tints of Maya Blue #68ACFF
RGB
CMYK
RGB Variations
Color information
#68ACFF (or 0x68ACFF) is known color: Maya Blue. HEX triplet: 68, AC and FF. RGB value is (104,172,255). Sum of RGB (Red+Green+Blue) = 104+172+255=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #68ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACFF is #975300. Grayscale: #A0A0A0. Windows color (decimal): -9917185 or 16755816. OLE color: 16755816.
HSL color Cylindrical-coordinate representation of color #68ACFF: hue angle of 212.98º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68ACFF is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 172 | 255 | - |
| CMYK | 0.59 | 0.33 | 0 | 0 |
| HSL | 212.98º | 1% | 0.7% | - |
| HSV(B) | 212.98º | 0.59% | 1% | - |
| XYZ | 38.51 | 39.67 | 100.23 | - |
| YUV | 161.13 | 180.97 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 255 | 0.59 | 0.33 | 0 | 0 | 212.98 | 1 | 0.7 |
| Hex | 68 | AC | FF | 3B | 21 | 0 | 0 | D5 | 64 | 46 |
| Octal | 150 | 254 | 377 | 73 | 41 | 0 | 0 | 325 | 144 | 106 |
| Binary | 1101000 | 10101100 | 11111111 | 111011 | 100001 | 0 | 0 | 11010101 | 1100100 | 1000110 |
Color Harmonies of #68ACFF
Complementary color
Monochromatic Colors of #68ACFF
Black with #68ACFF
Text Example
Text Example
White with #68ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACFF; }
p { color: rgb(104,172,255); }
H1.HeaderClassName
{
color: #68ACFF;
}
.AnyTagClassName
{
color: #68ACFF;
}
</style>
background-color css
<style>
a { background-color: #68ACFF; }
a { background-color: rgb(104,172,255); }
div.DivClassName
{
background-color: #68ACFF;
}
.BgClassName
{
background-color: #68ACFF;
}
</style>
border-color css
<style>
span { border-color: #68ACFF; }
span { border-color: rgb(104,172,255); }
td.TdClassName
{
border-color: #68ACFF;
}
.TagClassName
{
border-color: #68ACFF;
}
</style>