Shades of Maya Blue #68ADFD
Tints of Maya Blue #68ADFD
RGB
CMYK
RGB Variations
Color information
#68ADFD (or 0x68ADFD) is known color: Maya Blue. HEX triplet: 68, AD and FD. RGB value is (104,173,253). Sum of RGB (Red+Green+Blue) = 104+173+253=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #68ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADFD is #975202. Grayscale: #A1A1A1. Windows color (decimal): -9916931 or 16625000. OLE color: 16625000.
HSL color Cylindrical-coordinate representation of color #68ADFD: hue angle of 212.21º 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 #68ADFD is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 173 | 253 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.01 |
| HSL | 212.21º | 0.97% | 0.7% | - |
| HSV(B) | 212.21º | 0.59% | 0.99% | - |
| XYZ | 38.38 | 39.92 | 98.61 | - |
| YUV | 161.49 | 179.64 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 253 | 0.59 | 0.32 | 0 | 0.01 | 212.21 | 0.97 | 0.7 |
| Hex | 68 | AD | FD | 3B | 20 | 0 | 1 | D4 | 61 | 46 |
| Octal | 150 | 255 | 375 | 73 | 40 | 0 | 1 | 324 | 141 | 106 |
| Binary | 1101000 | 10101101 | 11111101 | 111011 | 100000 | 0 | 1 | 11010100 | 1100001 | 1000110 |
Color Harmonies of #68ADFD
Complementary color
Monochromatic Colors of #68ADFD
Black with #68ADFD
Text Example
Text Example
White with #68ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADFD; }
p { color: rgb(104,173,253); }
H1.HeaderClassName
{
color: #68ADFD;
}
.AnyTagClassName
{
color: #68ADFD;
}
</style>
background-color css
<style>
a { background-color: #68ADFD; }
a { background-color: rgb(104,173,253); }
div.DivClassName
{
background-color: #68ADFD;
}
.BgClassName
{
background-color: #68ADFD;
}
</style>
border-color css
<style>
span { border-color: #68ADFD; }
span { border-color: rgb(104,173,253); }
td.TdClassName
{
border-color: #68ADFD;
}
.TagClassName
{
border-color: #68ADFD;
}
</style>