Shades of Maya Blue #68ABFD
Tints of Maya Blue #68ABFD
RGB
CMYK
RGB Variations
Color information
#68ABFD (or 0x68ABFD) is known color: Maya Blue. HEX triplet: 68, AB and FD. RGB value is (104,171,253). Sum of RGB (Red+Green+Blue) = 104+171+253=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #68ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABFD is #975402. Grayscale: #9F9F9F. Windows color (decimal): -9917443 or 16624488. OLE color: 16624488.
HSL color Cylindrical-coordinate representation of color #68ABFD: hue angle of 213.02º 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 #68ABFD is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 171 | 253 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.01 |
| HSL | 213.02º | 0.97% | 0.7% | - |
| HSV(B) | 213.02º | 0.59% | 0.99% | - |
| XYZ | 38 | 39.16 | 98.48 | - |
| YUV | 160.32 | 180.3 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 253 | 0.59 | 0.32 | 0 | 0.01 | 213.02 | 0.97 | 0.7 |
| Hex | 68 | AB | FD | 3B | 20 | 0 | 1 | D5 | 61 | 46 |
| Octal | 150 | 253 | 375 | 73 | 40 | 0 | 1 | 325 | 141 | 106 |
| Binary | 1101000 | 10101011 | 11111101 | 111011 | 100000 | 0 | 1 | 11010101 | 1100001 | 1000110 |
Color Harmonies of #68ABFD
Complementary color
Monochromatic Colors of #68ABFD
Black with #68ABFD
Text Example
Text Example
White with #68ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABFD; }
p { color: rgb(104,171,253); }
H1.HeaderClassName
{
color: #68ABFD;
}
.AnyTagClassName
{
color: #68ABFD;
}
</style>
background-color css
<style>
a { background-color: #68ABFD; }
a { background-color: rgb(104,171,253); }
div.DivClassName
{
background-color: #68ABFD;
}
.BgClassName
{
background-color: #68ABFD;
}
</style>
border-color css
<style>
span { border-color: #68ABFD; }
span { border-color: rgb(104,171,253); }
td.TdClassName
{
border-color: #68ABFD;
}
.TagClassName
{
border-color: #68ABFD;
}
</style>