Shades of Maya Blue #68ADFE
Tints of Maya Blue #68ADFE
RGB
CMYK
RGB Variations
Color information
#68ADFE (or 0x68ADFE) is known color: Maya Blue. HEX triplet: 68, AD and FE. RGB value is (104,173,254). Sum of RGB (Red+Green+Blue) = 104+173+254=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #68ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADFE is #975201. Grayscale: #A1A1A1. Windows color (decimal): -9916930 or 16690536. OLE color: 16690536.
HSL color Cylindrical-coordinate representation of color #68ADFE: hue angle of 212.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68ADFE is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 173 | 254 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.00 |
| HSL | 212.4º | 0.99% | 0.7% | - |
| HSV(B) | 212.4º | 0.59% | 1% | - |
| XYZ | 38.54 | 39.99 | 99.45 | - |
| YUV | 161.6 | 180.14 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 254 | 0.59 | 0.32 | 0 | 0.00 | 212.4 | 0.99 | 0.7 |
| Hex | 68 | AD | FE | 3B | 20 | 0 | 0 | D4 | 63 | 46 |
| Octal | 150 | 255 | 376 | 73 | 40 | 0 | 0 | 324 | 143 | 106 |
| Binary | 1101000 | 10101101 | 11111110 | 111011 | 100000 | 0 | 0 | 11010100 | 1100011 | 1000110 |
Color Harmonies of #68ADFE
Complementary color
Monochromatic Colors of #68ADFE
Black with #68ADFE
Text Example
Text Example
White with #68ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADFE; }
p { color: rgb(104,173,254); }
H1.HeaderClassName
{
color: #68ADFE;
}
.AnyTagClassName
{
color: #68ADFE;
}
</style>
background-color css
<style>
a { background-color: #68ADFE; }
a { background-color: rgb(104,173,254); }
div.DivClassName
{
background-color: #68ADFE;
}
.BgClassName
{
background-color: #68ADFE;
}
</style>
border-color css
<style>
span { border-color: #68ADFE; }
span { border-color: rgb(104,173,254); }
td.TdClassName
{
border-color: #68ADFE;
}
.TagClassName
{
border-color: #68ADFE;
}
</style>