Shades of Maya Blue #68ADFF
Tints of Maya Blue #68ADFF
RGB
CMYK
RGB Variations
Color information
#68ADFF (or 0x68ADFF) is known color: Maya Blue. HEX triplet: 68, AD and FF. RGB value is (104,173,255). Sum of RGB (Red+Green+Blue) = 104+173+255=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #68ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADFF is #975200. Grayscale: #A1A1A1. Windows color (decimal): -9916929 or 16756072. OLE color: 16756072.
HSL color Cylindrical-coordinate representation of color #68ADFF: hue angle of 212.58º 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 #68ADFF is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 173 | 255 | - |
| CMYK | 0.59 | 0.32 | 0 | 0 |
| HSL | 212.58º | 1% | 0.7% | - |
| HSV(B) | 212.58º | 0.59% | 1% | - |
| XYZ | 38.7 | 40.05 | 100.3 | - |
| YUV | 161.72 | 180.64 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 255 | 0.59 | 0.32 | 0 | 0 | 212.58 | 1 | 0.7 |
| Hex | 68 | AD | FF | 3B | 20 | 0 | 0 | D5 | 64 | 46 |
| Octal | 150 | 255 | 377 | 73 | 40 | 0 | 0 | 325 | 144 | 106 |
| Binary | 1101000 | 10101101 | 11111111 | 111011 | 100000 | 0 | 0 | 11010101 | 1100100 | 1000110 |
Color Harmonies of #68ADFF
Complementary color
Monochromatic Colors of #68ADFF
Black with #68ADFF
Text Example
Text Example
White with #68ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADFF; }
p { color: rgb(104,173,255); }
H1.HeaderClassName
{
color: #68ADFF;
}
.AnyTagClassName
{
color: #68ADFF;
}
</style>
background-color css
<style>
a { background-color: #68ADFF; }
a { background-color: rgb(104,173,255); }
div.DivClassName
{
background-color: #68ADFF;
}
.BgClassName
{
background-color: #68ADFF;
}
</style>
border-color css
<style>
span { border-color: #68ADFF; }
span { border-color: rgb(104,173,255); }
td.TdClassName
{
border-color: #68ADFF;
}
.TagClassName
{
border-color: #68ADFF;
}
</style>