Shades of Maya Blue #68BAFF
Tints of Maya Blue #68BAFF
RGB
CMYK
RGB Variations
Color information
#68BAFF (or 0x68BAFF) is known color: Maya Blue. HEX triplet: 68, BA and FF. RGB value is (104,186,255). Sum of RGB (Red+Green+Blue) = 104+186+255=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #68BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAFF is #974500. Grayscale: #A8A8A8. Windows color (decimal): -9913601 or 16759400. OLE color: 16759400.
HSL color Cylindrical-coordinate representation of color #68BAFF: hue angle of 207.42º 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 #68BAFF is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 186 | 255 | - |
| CMYK | 0.59 | 0.27 | 0 | 0 |
| HSL | 207.42º | 1% | 0.7% | - |
| HSV(B) | 207.42º | 0.59% | 1% | - |
| XYZ | 41.32 | 45.28 | 101.17 | - |
| YUV | 169.35 | 176.33 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 255 | 0.59 | 0.27 | 0 | 0 | 207.42 | 1 | 0.7 |
| Hex | 68 | BA | FF | 3B | 1B | 0 | 0 | CF | 64 | 46 |
| Octal | 150 | 272 | 377 | 73 | 33 | 0 | 0 | 317 | 144 | 106 |
| Binary | 1101000 | 10111010 | 11111111 | 111011 | 11011 | 0 | 0 | 11001111 | 1100100 | 1000110 |
Color Harmonies of #68BAFF
Complementary color
Monochromatic Colors of #68BAFF
Black with #68BAFF
Text Example
Text Example
White with #68BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAFF; }
p { color: rgb(104,186,255); }
H1.HeaderClassName
{
color: #68BAFF;
}
.AnyTagClassName
{
color: #68BAFF;
}
</style>
background-color css
<style>
a { background-color: #68BAFF; }
a { background-color: rgb(104,186,255); }
div.DivClassName
{
background-color: #68BAFF;
}
.BgClassName
{
background-color: #68BAFF;
}
</style>
border-color css
<style>
span { border-color: #68BAFF; }
span { border-color: rgb(104,186,255); }
td.TdClassName
{
border-color: #68BAFF;
}
.TagClassName
{
border-color: #68BAFF;
}
</style>