Shades of Maya Blue #68ACFD
Tints of Maya Blue #68ACFD
RGB
CMYK
RGB Variations
Color information
#68ACFD (or 0x68ACFD) is known color: Maya Blue. HEX triplet: 68, AC and FD. RGB value is (104,172,253). Sum of RGB (Red+Green+Blue) = 104+172+253=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #68ACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACFD is #975302. Grayscale: #A0A0A0. Windows color (decimal): -9917187 or 16624744. OLE color: 16624744.
HSL color Cylindrical-coordinate representation of color #68ACFD: hue angle of 212.62º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68ACFD is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 172 | 253 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.01 |
| HSL | 212.62º | 0.97% | 0.7% | - |
| HSV(B) | 212.62º | 0.59% | 0.99% | - |
| XYZ | 38.19 | 39.54 | 98.55 | - |
| YUV | 160.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 253 | 0.59 | 0.32 | 0 | 0.01 | 212.62 | 0.97 | 0.7 |
| Hex | 68 | AC | FD | 3B | 20 | 0 | 1 | D5 | 61 | 46 |
| Octal | 150 | 254 | 375 | 73 | 40 | 0 | 1 | 325 | 141 | 106 |
| Binary | 1101000 | 10101100 | 11111101 | 111011 | 100000 | 0 | 1 | 11010101 | 1100001 | 1000110 |
Color Harmonies of #68ACFD
Complementary color
Monochromatic Colors of #68ACFD
Black with #68ACFD
Text Example
Text Example
White with #68ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACFD; }
p { color: rgb(104,172,253); }
H1.HeaderClassName
{
color: #68ACFD;
}
.AnyTagClassName
{
color: #68ACFD;
}
</style>
background-color css
<style>
a { background-color: #68ACFD; }
a { background-color: rgb(104,172,253); }
div.DivClassName
{
background-color: #68ACFD;
}
.BgClassName
{
background-color: #68ACFD;
}
</style>
border-color css
<style>
span { border-color: #68ACFD; }
span { border-color: rgb(104,172,253); }
td.TdClassName
{
border-color: #68ACFD;
}
.TagClassName
{
border-color: #68ACFD;
}
</style>